Dominic Posted January 24, 2012 Share Posted January 24, 2012 Can anyone show me pictures on how to do a sql table thanks Quote Link to comment Share on other sites More sharing options...
a_bertrand Posted January 24, 2012 Share Posted January 24, 2012 What do you need exactly? As creating a table can be like: create table toto( id integer primary key auto_increment, name varchar(80)); Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.