0
how to delete particular tabel
2 Answers
+ 2
DROP TABLE table_name;
+ 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;
Hot today
Python — File Handling
1 Votes
Help me solve this (using loop)
3 Votes
What is wrong? Error on test.
1 Votes
Help me wiht python
1 Votes
Help me
0 Votes
Question is write a c program to print prime numbers up to n and print the largest number in array.
1 Votes
What’s wrong?
2 Votes