Q. If you are asked to delete the entire data of a table without disturbing the table definition then in such case which statement you will use?

  • (A) DELETE
  • (B) TRUNCATE
  • (C) DROP
  • (D) CLEAR
πŸ’¬ Discuss
βœ… Correct Answer: (B) TRUNCATE
Explanation: To only remove the data of the table without disturbing the definition of the table we use the TRUNCATE statement, this statement helps us to delete all the data of a table.
Explanation by: Jatin Dubey
To only remove the data of the table without disturbing the definition of the table we use the TRUNCATE statement, this statement helps us to delete all the data of a table.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
300
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Jatin Dubey
Publisher
πŸ“ˆ
86%
Success Rate