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 oracle open database communication (odbc)?
What are the uses of a database trigger?
How to use select statement to count the number of rows in oracle?
Explain table?
How to load a large xml file?
Why is oracle database so popular?
What is an oracle cursor variable?
what is the difference between restoring and recovering?
How to define a data field as not null?
How to assign a tablespace to a users in oracle?
What the is the diff between local index and global index. give some example.
How to concatenate two text values in oracle?
How to use subqueries in the from clause in oracle?
How to drop a stored procedure in oracle?
Does oracle charge for java?