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
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