SQL Insert Into Table Example

SQL 2 weeks ago 1,911 views
S

sujeetkumar713

21 public snippets
1,911 Views
0 Comments
0 Saves

Description

SQL INSERT INTO example for adding new records.
SQL Insert Into Table Example.sql
INSERT INTO users(name,email)
VALUES('John','john@gmail.com');

Comments (0)

Add Comment

No comments yet. Be the first to comment!