Answer Posted / arkchowdary
we use Dept table or Any table Insert Command
Insert into dept(Dname,deptno,location.....)values
('Darway',30,'Sweadon');
Or
Insert into dept values('&dname',deptno,'&location'....)
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is control file used for?
What is a partition in oracle?
How to find the duplicate rows count from employees table in oracle?
What is meant by joins? List out the types of joins.
What are the system predefined user roles?
What is a tns service name?
How to invoke the data pump import utility?
How to set a transaction to be read only in oracle?
How to do paging with oracle?
How to save query output to a local file?
What are the restrictions on external table columns?
How to use "while" statements in oracle?
Hi this srilatha. I comlpeted my Oracle-hrms. can u provide me interview questions on Core hr, payroll,sshr,OLM etc..
Explain what are the uses of rollback segment?
what is the difference between substr and instr function in oracle?