|
Also read
Answer - CUBE generates a result set
that represents aggregates for all combinations of
values in the selected columns.......
Answer - Cursors can support various
functionalities that are listed here.....
Answer - Stored procedures provide
performance benefits through local storage, precompiling
the code, and caching......
Answer - A batch is a group of one
or more SQL statements. SQL Server compiles the
statements......
Answer - Views can be created
referencing tables and views only in the current
database.......
Answer - It is created when
CHECKPOINT statement is
executed.......
Answer - Truncate command is used to
remove all rows of the column.The removed records are
not recorded in the transaction log......
Answer - Shared
Lock allows simultaneous access of record by multiple
Select statements. Shared Lock blocks record from
updating and will remain in queue waiting while record
is accessed for reading......
Describe
in brief system database.
Answer - Master database
is system database. It contains information about
server’s configuration. It is a very important database
and important to backup
Master.....
|