Multiple Choice
What happens if you run a DELETE command that does not contain a WHERE clause?
A) The table will be deleted.
B) All rows will be deleted from the table.
C) All values would be replaced by nulls.
D) None of the above.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q17: Describe the format for the UPDATE command.
Q48: You can use the _ clause of
Q49: In Oracle,use the _ command to display
Q50: To add a new column,use the _
Q51: Describe the format of the ALTER TABLE
Q52: If you have not run the COMMIT
Q54: One of the nicest features of a
Q55: If you specified _ for the column
Q57: You can increase the length of column
Q58: You can create a new table using