Skip to content

Instantly share code, notes, and snippets.

@imamuddinwp
Last active September 17, 2019 05:36
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 imamuddinwp/35719149ba3c5065a8863682fd5eaf65 to your computer and use it in GitHub Desktop.
Save imamuddinwp/35719149ba3c5065a8863682fd5eaf65 to your computer and use it in GitHub Desktop.
SQL Basic Command
CREATE TABLE Student_Details(
id int auto_increment,
roll_number varchar(255),
student_name varchar(255),
institute varchar(255),
address varchar(255)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment