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 write a query with an inner join in oracle?
What happens to the indexes if a table is recovered?
How to start your 10g xe server from command line?
How to export your own schema?
How to get a list of all user accounts in the database?
Is a rollback possible to any savepoint?
How to build data dictionary view an new database?
what is the scripts in data base?
What is hot backup and logical backup?
What happens in oracle commit?
How to start instance with a minimal initialization parameter file?
How to change system global area (sga) in oracle?
defination of bitmap index
How to pass parameters to procedures?
Can we call procedure inside function in oracle?