How to delete SQLite table.
- Using DROP TABLE commands.
- Drop Table commnads deletes a table and all of the data it contains.
- synatax : drop table table_name
No comments:
Post a Comment