Multiple Choice
Which of the following statements about the DELETE command is incorrect?
A) The DELETE command applies to an entire row and cannot be applied to specific columns within a row.
B) The proper command syntax for the DELETE command is DELETE FROM tablename;
C) If you omit the optional WHERE clause,then all the rows in the table will be deleted.
D) If you omit the mandatory WHERE clause,an error message will be issued.
Correct Answer:

Verified
Correct Answer:
Verified
Q71: A value must be provided in an
Q72: <u>Transaction control</u> statements are used to either
Q73: A COMMIT is <u>explicitly</u> issued when the
Q74: A user who is issuing DML commands
Q75: The ROLLBACK command is used to permanently
Q77: The _ keyword can be included in
Q78: The USER_TAB_COLUMNS data dictionary object may be
Q79: What is the difference between a shared
Q80: When new rows are being added to
Q81: When the column names are listed in