DOCUMENT RESOURCES FOR EVERYONE
Documents tagged
Documents 3[1][1].SQL

SQL NOTES CREATE A TABLE Syntax Create table (column definition 1,column definition 2, . . . . . . , ); Example SQL> create table bab(name varchar2(10), eng number(3),…