Page 1 of 1

SQL help

Posted: Sun Apr 02, 2006 6:56 pm
by jasondsouza
nil about sql

What is the procedure for creating a simple table in sql

Posted: Sun Apr 09, 2006 3:59 pm
by EnacheVladian
create table <tablename> (fieldname1 type1, ...)