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 convert character types to numeric types?
What are the attributes that are found in a cursor?
What to do if dba lost the system password?
what is the use of system.effective.date variable in oracle?
How do I find my oracle client driver version?
What is primefaces used for?
How to create a testing table in oracle?
What is the difference between substr & instr functions?
Which dictionary tables and/or views would you look at to diagnose a locking issue?
What are a collation and state the different types of collation sensitivity?
Can we save images in a database and if yes, how?
How to export data to a csv file?
How to create additional tablespaces for an new database?
Can we use bind variables in oracle stored procedure?
What is a synonym? What are its various types?