Biology Forums - Study Force

Other Fields Homework Help Management Topic started by: jiahd12346 on Jan 31, 2018



Title: Which of the following statements about the DELETE command is incorrect?
Post by: jiahd12346 on Jan 31, 2018
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.


Title: Which of the following statements about the DELETE command is incorrect?
Post by: casssm on Jan 31, 2018
Content hidden