Multiple choice technology programming languages DELETE command will delete the table from database True False Reveal answer Fill a bubble to check yourself B Correct answer Explanation The DELETE command is a Data Manipulation Language (DML) operation that removes specific rows from a table, but it does not remove the table structure itself. To delete the table structure, a Data Definition Language (DDL) DROP command is needed.