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

What is SQL Tuning Advisor in Oracle?

635


How to convert characters to dates in oracle?

563


Can we store images in oracle database?

555


How many types of segments in Oracle?

531


How to commit the current transaction in oracle?

578






What is the difference between count (*), count (expression), count (distinct expression)?

561


why dont we assign not null constraint as table level constraint.

2257


How to work with data objects interactively?

558


Is there an oracle sql query that aggregates multiple rows into one row?

547


How to create lov dynamically at runtime & attach to text field?

666


Explain database link?

668


What happens if variable names collide with table/column names?

584


Explain integrity constraint?

646


What are the tools for Oracle ?

611


What is Library Cache in Oracle?

645