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
How to use existing values in update statements using oracle?
What is query image?
Please explain drop constraint oracle?
What are the varoius components of physical database structure of oracle database?
How to rename an index?
What is the effect of setting the value "all_rows" for optimizer_goal parameter of the alter session command? What are the factors that affect optimizer in choosing an optimization approach?
How to define a variable to match a table column data type?
How can Oracle users be audited?
How to define a variable of a specific record type?
What is the difference between substr and instr?
What is a proxy class?
How to get execution statistics reports on query statements?
What is meant by joins?
Does oracle charge for java?
What is the relationship among database, tablespace and data file?