About SQL Server 2005
About SQL Server 2005
Obtain summary information about the data in the tables, such as maximum,
minimum, average values etc.
SQL is a declarative language i.e. we just need to specify what we want and not
how to do it. SQL statements can be basically divided into three types of
statements.
DDL (data definition language) statements are used to define the database.
DML (data manipulation language) statements are used to access the
database.
DCL (data control language) statements are used to protect the database
from the unauthorized users, concurrent or multi-user transactions, power
failures etc.