Which SQL command is used to remove records from a table?

Explanation:

DELETE removes rows from a table without deleting the table itself.

Explore more in Computer Science: