👤

which is the correct sequence of elements in a command to remove rows from a mysql table?

Answer :

Answer:

DELETE FROM table_name

Explanation: