The SQL statement used to create a view is CREATE VIEW.
Answer: A
No answer description available for this question.
Enter details here
SQL views can be used to hide:
Answer: C
No answer description available for this question.
Enter details here
What is an advantage of placing computations in SQL views?
Answer: C
No answer description available for this question.
Enter details here
For what purposes are views used?
Answer: D
No answer description available for this question.
Enter details here
If any required (NOT NULL) columns are missing from the view, the view cannot be used for inserting new data.
Answer: A
No answer description available for this question.
Enter details here
A benefit of using a stored procedure is that it can be distributed to client computers.
Answer: B
No answer description available for this question.
Enter details here
SQL has a JOIN ON syntax that can be used to create inner joins and outer joins.
Answer: A
No answer description available for this question.
Enter details here
A trigger is a stored program that is attached to a database.
Answer: B
No answer description available for this question.
Enter details here
A updatable view has its own data.
Answer: B
No answer description available for this question.
Enter details here
The SQL ALTER statement can be used to:
Answer: A
No answer description available for this question.
Enter details here