SQLite¶
To enter the SQLite database, use the following command:
To view the tables in the database, use the following SQL command:
To exit the SQLite database, use the following SQL command:
To execute an SQL script, use the following command:
To delete a column from a table, follow these steps: