sql:create
This is an old revision of the document!
SQL - CREATE
Create a table
CREATE TABLE Students ( rollno INT PRIMARY KEY, fname VARCHAR (255) NOT NULL, lname VARCHAR (255) );
sql/create.1657268556.txt.gz · Last modified: 2022/07/08 08:22 by 185.92.25.31