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
What is data block in Oracle?
What do you mean by group by clause?
What is ADDM Advisor in Oracle?
What is ASM (Automatic Storage Management) in Oracle?
Is it possible to set second Primary Key Constraint in a table in Oracle Database ?
What is the usage of analyze command in oracle?
Are truncate and delete commands same? If so why?
What happens to the data files if a tablespace is dropped?
State any two functions of oracle?
Is there a combination of "like" and "in" in sql?
What is a lookup table in oracle?
What are the logical operations?
How to convert raw data type into text in oracle? Explain
Please explain oracle left join with an example?
How to convert character types to numeric types?