SQL help

Any problem with SQL can be discussed here.
Post Reply
jasondsouza
Posts: 348
Joined: Thu Jan 12, 2006 8:24 pm
Contact:

SQL help

Post by jasondsouza »

nil about sql

What is the procedure for creating a simple table in sql


--jasondsouza
ME working on a very new site. (Coming soon)
Come to my web Site
EnacheVladian
Posts: 87
Joined: Wed Mar 22, 2006 4:54 pm

Post by EnacheVladian »

create table <tablename> (fieldname1 type1, ...)
Post Reply