Skip to content

Instantly share code, notes, and snippets.

@sohangp
Created November 19, 2019 20:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sohangp/2ece2f4213b370d47122ad4a4d24ae53 to your computer and use it in GitHub Desktop.
Save sohangp/2ece2f4213b370d47122ad4a4d24ae53 to your computer and use it in GitHub Desktop.
Inserting Data
INSERT INTO STUDENT(ID, NAME, ADDRESS, EMAIL) VALUES('1','Jack','Dallas, TX','jack@gmail.com');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment