Warning! The page was not fully loaded, probably because of a network issue. It could be that not all functionalities work as expected. Please try reloading the page.
Drop links or images here to add them to the editor.
Met DROP TABLE verwijder je een hele tabel uit de database, inclusief alle gegevens:
DROPTABLEtabelnaam;
Let op: deze actie is onomkeerbaar — alle gegevens in de tabel gaan verloren.
Probeer je daarna SELECT * FROM tabelnaam uit te voeren, dan krijg je een foutmelding omdat de tabel niet meer bestaat.