Answer Posted / venu gopal
create table <table name> [<column1> datatype,.....]
Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What happens if variable names collide with table/column names?
How to insert a new row into a table in oracle?
What is the simplest tool to run commands on oracle servers?
what is IDE,DMV in sql server?
How to load data through external tables?
WHEN CURSOR MOVES FROM ONE FORM TO ANOTHER FORM, HOW MANY TRIGGER WILL BE FIRED AND WHAT ARE THEIR SEQUENCE?
Can we call procedure inside function in oracle?
Is oracle a relational database?
How to use fetch statement in a loop?
What is memory advisor in Oracle?
What types of joins are used in writing subqueries?
How do I start tns listener?
How to retrieve data from an explicit cursor?
How to convert characters to times in oracle?
Use of an integrity constraint is better to validate data. Explain