Sqlite Lschen Einer Tabelle
DROP TABLE table
and if you dont know if it exists
DROP TABLE IF EXISTS table
EndOSos
DROP TABLE table
and if you dont know if it exists
DROP TABLE IF EXISTS table