Question
 In database management, which SQL command is used to
remove a table and all its data from a database?Solution
Explanation: The DROP command in SQL is used to delete an entire table, including its structure and data. DELETE removes rows from a table, TRUNCATE removes all rows but retains the table structure, and REMOVE is not a standard SQL command.
More Database Management System Questions
A company shows cash available for debt service of ₹18 crore next year. Term loan repayment due is ₹15 crore and interest payable is ₹6 crore. The...
Match the following: