πŸ“Š MySQL
Q. Which command will remove the records from the table, but not affect the structure of the table?
  • (A) REMOVE
  • (B) DELETE
  • (C) DROP
  • (D) TRUNCATE
πŸ’¬ Discuss
βœ… Correct Answer: (B) DELETE

Explanation: The TRUNCATE command will remove the records from the table, but not affect the structure of the table.

Explanation by: Vishal Gupta
The TRUNCATE command will remove the records from the table, but not affect the structure of the table.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
353
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Vishal Gupta
Publisher
πŸ“ˆ
84%
Success Rate