Answer Posted / raja
WE HAVE USE EMP TABLE INSERT COMMAND
1.INSERT INTO EMP(EMPNO,ENAME...)
VALUES(7839,'RAM')
2.INSERT INTO EMP VALUES(&EMPNO,'&ENAME',....)
3.INSERT INTO EMP (EMPNO)
VALUES(7900)
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How to retrieve data from an cursor to a record?
What is archive log in Oracle?
How to list all tables in your schema?
When system tablespace is created?
How to write date and time interval literals in oracle?
What do you understand by a database object?
What is oracle host variable?
Which dictionary tables and/or views would you look at to diagnose a locking issue?
What are the uses of linked server and explain it in detail?
What is sequence?
How to assign values to variables?
How to start an oracle instance?
How to convert a string to a date in oracle database?
What are the differences between interval year to month and interval day to second?
Can sub procedure/function be called recursively?