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.
E) an SQL stored procedure.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q17: One or more rows can be added
Q31: If the values in an SQL view
Q36: Which SQL keyword is used to change
Q37: Which SQL keyword is used to delete
Q40: The SQL keyword UNIQUE is used to
Q41: Which of the following is not an
Q44: If the table PRODUCT has a column
Q47: Unless it is being used to copy
Q53: SQL triggers can be used when the
Q57: SQL triggers are created using the SQL