Tuesday 27 December 2011

Working with Tables

Use the Create Table SQL command to create a new table in a database.


Create table employee (name varchar(30),address varchar(50));

No comments:

Post a Comment