Knowledge Measure
True or false: When porting an ISAM application to SQL Server, you should attempt to change as little about the app as possible, particularly with respect to the way that data is accessed.
What WHERE clause element is used with an UPDATE or DELETE command to perform a positioned update or delete?
Is it possible to declare a variable in a stored procedure whose data type is cursor?
True or false: To return a cursor from a stored procedure, you must pass the cursor the procedure's return statement.
List the four types of cursors SQL Server supports.
In terms of resource utilization, what's the difference between DEALLOCATE CURSOR and CLOSE?
What mechanism does SQL Server use to store the data returned by a static cursor?
What automatic ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access