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
Database Concepts
Exam 12: Sql Views SQL/PSM and Importing Data
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 1
True/False
Unlike application code,stored procedures are never distributed to the client computers.
Question 2
Multiple Choice
Because SQL stored procedures allow and encourage code sharing among developers,stored procedures give database application developers the advantages of ________.
Question 3
Multiple Choice
Which of the following is an SQL trigger that Microsoft SQL Server supports?
Question 4
True/False
Since an SQL view is essentially a stored query,Microsoft Access queries can be used to implement SQL view equivalents.
Question 5
Short Answer
SQL views can be used to hide table ________.
Question 6
Multiple Choice
Which of the following is not an SQL trigger?
Question 7
True/False
Microsoft Access queries cannot use previously stored view equivalent Access queries.
Question 8
True/False
The SQL statement DROP VIEW ViewName is used to delete a view from a database.
Question 9
Short Answer
Since an SQL view is essentially a stored query,Microsoft Access ________ can be used to implement SQL view equivalents.
Question 10
Short Answer
The SQL statement ________ is used to delete a view from a database.
Question 11
Short Answer
SQL views are constructed from SQL ________ statements.
Question 12
True/False
When an SQL SELECT statement is used to retrieve data from a view instance,the maximum number of columns that can be specified in the SELECT is the same as the number of columns in the table underlying the view.