1. सीखें
  2. /
  3. पाठ्यक्रम
  4. /
  5. Introduction to Relational Databases in SQL

Connected

अभ्यास

Delete tables with DROP TABLE

Obviously, the university_professors table is now no longer needed and can safely be deleted.

For table deletion, you can use the simple command:

DROP TABLE table_name;

निर्देश

100 XP

Delete the university_professors table.