Multiple Choice
To set a column value to an initial value that is selected according to some business logic,you would use ________.
A) the SQL DEFAULT constraint with the CREATE TABLE command
B) an SQL view
C) embedded SQL
D) an SQL trigger
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q67: If a trigger is being written to
Q68: SQL triggers are created using _.<br>A)the SQL
Q69: Based on the tables below,which of the
Q70: One advantage of using the CONSTRAINT command
Q71: What are SQL triggers and how are
Q73: SQL triggers use the ANSI SQL keywords
Q74: The values in an SQL view are
Q75: SQL views can be used to provide
Q76: A set of SQL statements stored in
Q77: Because SQL statements are table-oriented,whereas programs are