sql:create
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
sql:create [2022/07/08 08:22] – 185.92.25.31 | sql:create [2022/07/08 08:22] (current) – 185.92.25.31 | ||
---|---|---|---|
Line 4: | Line 4: | ||
[[SQL: | [[SQL: | ||
- | |||
- | |||
- | === Create a table === | ||
- | |||
- | <code sql> | ||
- | 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