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 the Oracle Prepares the Execution Plan and how it chooses the Optimal one?

2124


How to generate query output in html format?

783


How to create a testing table in oracle?

776


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

819


How do I spool in oracle?

759


What is backup in Oracle?

793


How to update a table row with a record?

800


IS it possible to built the oracle database without setting the kernal parameters?

2017


What is the difference between view and materialized view in Oracle?

892


Can I create users through internet explorer in oracle 10g?

803


How to create a new table in oracle?

823


What is oracle open database communication (odbc)?

784


What is a oracle database?

832


How do you bind variables in oracle?

766


What is difference between sid and service name in oracle?

724