Services
Discover
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
A Guide to SQL Study Set 1
Exam 8: SQL Functions and Procedures
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 61
Multiple Choice
When you use a cursor in a procedure, the ____ command advances the cursor to the next row in the set of rows retrieved by the query and places the contents of the row in the indicated variables.
Question 62
True/False
You can use a stored procedure to update data but not to delete data.
Question 63
True/False
You can embed SQL commands in Access programs similarly to the way you can in PL/SQL and T-SQL.
Question 64
Short Answer
Although Access does not support stored procedures, you can achieve some of the same convenience by creating a(n) ____________________ query that prompts the user for the arguments you would otherwise use in a stored procedure.