Answer - A table can have only one ROWGUIDCOL column......
Answer - Following are the actions prevented once referential
integrity is enforced......
Answer - We have CUBE or ROLLUP operators to generate summary
reports. Both are part of the GROUP BY....
Answer - CUBE generates a result set that represents aggregates
for all combinations of values in the selected columns.......
Answer - While importing data, the destination table must
already exist......
Answer - Cursors can support various functionalities that are
listed here.....
Answer - Cursors behavior can be controlled by dividing them
into cursor types: forward-only, static,........
Answer - Stored procedures provide performance benefits through
local storage, precompiling the code, and caching......
Answer - Database users can have permission to execute a stored
procedure without being....
Answer - A batch is a group of one or more SQL statements. SQL
Server compiles the statements......
Answer - Database users can have permission to execute a stored
procedure without being......
Answer - Views can be created referencing tables and views only
in the current database.......
Answer - The start and end of each transaction......
Answer - It is created when CHECKPOINT statement is
executed.......