Answer Posted / shrikant jadhav
create table emp(id number(12),name varchar(12));
| Is This Answer Correct ? | 3 Yes | 20 No |
Post New Answer View All Answers
What happens if the imported table already exists?
How to define an external table with a text file?
What is the difference between sharding and partitioning?
What is a data lock in oracle?
Design database draw er diagram for a certain scenario ?
How to create a temporary table in oracle?
how the Oracle Prepares the Execution Plan and how it chooses the Optimal one?
What is the simplest tool to run commands on oracle servers?
what are the advantages of running a database in archive log mode?
How many objectname will be created for a single table drop function? Why 'flashback' query giving error "ORA-38312: original name is used by an existing object" while getting the table?
Can we create database in oracle using command line ?
What is the relationship among database, tablespace and data file?
What is the usage of synonyms?
How to delete a user account in oracle?
Why does for update in oracle 8 cause an ora-01002 error?