Learn SQL
  • SQL Tutorial
  • Untitled
  • Table Structure
    • Create Table
    • Alter Table
    • Drop Table
Powered by GitBook
On this page
  1. Table Structure

Drop Table

Drop table

drop table
DROP TABLE `u367669158_tutor`.`students`;
PreviousAlter Table

Last updated 6 years ago