DROP#

Оператор DROP удаляет таблицу вместе со схемой и всеми данными.

Удалить таблицу можно так:

new_db.db> DROP table switch;
You're about to run a destructive command.
Do you want to proceed? (y/n): y
Your call!
Query OK, 0 rows affected
Time: 0.009s