The DROP command

The DROP command allows a table to be removed completely from the database:

DROP table_name  

Be warned that this will permanently remove all the data that was stored in the specified table and the structure.

Get Raspberry Pi 3 Cookbook for Python Programmers - Third Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.