Fill in the blanks to delete the table ''students'' from the database. | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
- 1

Fill in the blanks to delete the table ''students'' from the database.

___ ___ ___ alter, delete , student, drop, database, table

25th Nov 2016, 3:52 AM
Lawrence Sapitan
Lawrence Sapitan - avatar
2 Antworten
+ 1
drop table students
25th Nov 2016, 4:27 AM
Shayan
Shayan - avatar
0
Drop Table Table_Name --Syntax Drop Table Students
25th Nov 2016, 6:02 AM
Akwin Lopez
Akwin Lopez - avatar