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
List out the difference between commit, rollback, and savepoint?
In not less than 100 words what's the main difference between Rolap and Molap in ORACLE ?
Which are the five query types available in oracle?
How to check the oracle tns settings?
Explain an extent?
Explain the use of online redo log files in oracle.
How to rename an index in oracle?
Whether any commands are used for months calculation? If so, what are they?
How to use subqueries with the in operator using oracle?
Explain drop constraint oracle?
What is a data dictionary and how can it be created?
How to drop an index?
How can you use check constraints for self referential integrity?
What is sharded cluster?
How to use values from other tables in update statements using oracle?