πŸ“Š Database Management System (DBMS)
Q. How can the values in the relation teaches be deleted?
  • (A) drop table teaches;
  • (B) delete from teaches;
  • (C) purge table teaches;
  • (D) delete from teaches where id =’null’;
πŸ’¬ Discuss
βœ… Correct Answer: (B) delete from teaches;

You must be Logged in to update hint/solution

πŸ’¬ Discussion

πŸ“Š Question Analytics

πŸ‘οΈ
646
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
93%
Success Rate