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
How to get execution path reports on query statements?
What is the order of defining local variables and sub procedures/functions?
What happens in oracle commit?
What is oracle open database communication (odbc)?
How does the on-delete-cascade statement work?
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 ?
What is meant by raw datatype?
What is the oracle implicit cursor?
why should i declare foreign key constraint as self relation instead of binary relation in tables ?
How to assign data of the deleted row to variables?
What are the differences between primary key and unique key?
What do you mean by a deadlock?
How to create an initialization parameter file?
What are the set operators union, union all, minus & intersect meant to do?
Briefly explain what is literal? Give an example where it can be used?