Multiple choice technology databases

'DELETE' command in SQL Will Remove the data as well as Structure

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The DELETE command in SQL is a Data Manipulation Language (DML) statement that removes specific rows from a table while leaving the table structure, constraints, and schema intact. To remove both data and structure, a Data Definition Language statement such as DROP is used.