Menu

Deleting SQLite table

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

Related Posts Plugin for WordPress, Blogger...