MariaDB Question:
Download Job Interview Questions and Answers PDF
Do you know how to delete a table in MariaDB's database?
Answer:
DROP TABLE command is used to delete a table from a database in MariaDB. It deletes the table permanently and cannot be recovered.
Syntax:
DROP TABLE table_name ;
Syntax:
DROP TABLE table_name ;
Download MariaDB Interview Questions And Answers
PDF
Previous Question | Next Question |
Tell me why do we use FROM clause with SELECT statement? | Tell me which Is The Max Storage Capacity Of Version 5.5 Mariadb? |