Posted by @arijit87
10 Jul, 2024
Updated at 27 Dec, 2024
We can delete a table in MySQL using the Drop Table statement. This statement removes the complete data of a table, including structure and definition from the database permanently.
DROP?TABLE??table_name;???