Menu

Showing posts with label insert query in SQLite. Show all posts
Showing posts with label insert query in SQLite. Show all posts

insert query in SQLite

Execute the insert query in SQLite

  • Database Name: MyCircle, Table Name: Friends
  • |ID|Name    |Age|
  • Syntax: insert into table_name [(column-list)] values (value-list);
  • Query: insert into Friends(ID,Name,Age) values(1001,’swamiOS’21);
  • Output:
    | 1001 |swamiOS | 21 |


swamios
For More Information Please Visit
Related Posts Plugin for WordPress, Blogger...