create one table to capture an employee details with a primary
key.
Answer / safi
create table <tablename>(col1 datatype primarykey,.....coln datatype)
| Is This Answer Correct ? | 0 Yes | 0 No |
1) Does oracle have any table which contain all the exceptions and it's code internally?
How to use "while" statements in oracle?
normally database take to refresh time 2 hours. but client asked iwant to refresh with in 5 min that same database. do you have any option in BO and Oracle? explain me briefly...kavi
There are three tables : E : EID,ENAME D : DID,DNAME empdept : eid, did select the employees who doesn't belong to any dep
What view(s) do you use to associate a users SQLPLUS session with his o/s process?
How is it different from a normal table?
What is dual table oracle?
How to define a sub function?
What is Trace File ?
What is TNS File
Can objects of the same schema reside in different tablespace?
How translate command is different from replace?