Sunday, October 14, 2012

create table in database SQL

This is the main container for holding data in the database. It can be created through following command.

create table employee
{

empid int,
empname varcahr,
emllaname varchar,
}

Result of this command is to make new object for storing of data name dumyTable.

see more information plz visit 

No comments:

Post a Comment