Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what is the syntax of CREATE command?

Answer Posted / anand

create table tablename(
columnn1 (data type)
columnn2 (data type)
columnn3 (data type)
columnn4 (data type)
);

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to get execution path reports on query statements?

1041


What is the order of defining local variables and sub procedures/functions?

1111


What happens in oracle commit?

1073


What is oracle open database communication (odbc)?

1080


How does the on-delete-cascade statement work?

1158


If a parameter is used in a query without being previously defined, what diff. exist betw. report 2.0 and 2.5 when the query is applied ?

2332


What is meant by raw datatype?

1115


What is the oracle implicit cursor?

1109


why should i declare foreign key constraint as self relation instead of binary relation in tables ?

2088


How to assign data of the deleted row to variables?

1115


What are the differences between primary key and unique key?

1057


What do you mean by a deadlock?

1107


How to create an initialization parameter file?

1100


What are the set operators union, union all, minus & intersect meant to do?

1023


Briefly explain what is literal? Give an example where it can be used?

1087