What is the use of the DROP table statement?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is the use of the DROP table statement?
Rating:
The DROP table statement is used to completely delete a table definition from a database. It is different from the deletion of records from a table. In the latter, only records get deleted but an empty table remains in the database, whereas the DROP table statement removes the table as well as the records.
The syntax for using the DROP table statement is as follows:
Rating:
Was this information helpful?
Other articles
- What is a data block?
- Skills required for Oracle test 1Z0-042
- What is normalization?
- What is the ALTER command?
- What is Automatic Database Diagnostic Monitoring (ADDM)?
