Services
Discover
Homeschooling
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
Quiz 8: SQL Functions and Procedures
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 61
Essay
What is the difference between a nonprocedural language and a procedural language? Give an example of each.
Question 62
Short Answer
A(n)____________________ is a procedure that is executed automatically in response to an associated database operation,such as an INSERT,UPDATE,or DELETE command.
Question 63
Short Answer
In Microsoft Access,programs are written in ____________________,which does not support embedded SQL commands directly in the code.
Question 64
Short Answer
To close a cursor and deactivate it,use the ____________________ command.
Question 65
Short Answer
In SQL Server,the cursor property ____________________ means that the cursor is used for retrieval purposes only.
Question 66
Short Answer
A procedure that updates data is called a(n)____________________ procedure.
Question 67
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.