Solved

Which Is the Correct Sequence of Elements in a Command

Question 21

Multiple Choice

Which is the correct sequence of elements in a command to remove rows from a MySQL table?


A) SELECT*, FROM, table name, WHERE clause with a condition, DELETE
B) DELETE FROM, table name, WHERE clause with a condition
C) DELETE, WHERE clause with a condition, FROM, table name
D) FROM, table name, WHERE clause with a condition, DELETE

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions