SQL statements can be embedded in triggers, stored procedures, and program code.
Answer: A
No answer description available for this question.
Enter details here
When using the SQL INSERT statement:
Answer: D
No answer description available for this question.
Enter details here
Three types of triggers are: BEFORE, AFTER and EXCEPTION.
Answer: B
No answer description available for this question.
Enter details here
A ________ is a stored program that is attached to a table or a view.
Answer: C
No answer description available for this question.
Enter details here
The SQL statement to create a view is:
Answer: A
No answer description available for this question.
Enter details here
The SQL CHECK constraint is fully defined by the SQL-92 standard, and is consistently implemented by all DBMS vendors.
Answer: B
No answer description available for this question.
Enter details here
The DROP TABLE statement:
Answer: B
No answer description available for this question.
Enter details here
To update an SQL view, the DBMS must be able to associate the column(s) to be updated with:
Answer: C
No answer description available for this question.
Enter details here