how to delete particular tabel | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

how to delete particular tabel

13th Aug 2016, 4:46 PM
Narmathajayasri
Narmathajayasri - avatar
2 Answers
+ 2
DROP TABLE table_name;
14th Aug 2016, 1:30 AM
Soy Manuel
Soy Manuel - avatar
+ 1
to delete the whole table, you can use Syntex- DROP TABLE table_name; and to delete only DATA you can use Syntex - DELETE TABLE table_name;
2nd Sep 2016, 6:12 AM
Dheeraj Kumar Adya
Dheeraj Kumar Adya - avatar