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
Explain the dml?
How to run the anonymous block again?
I have a parent program and a child program. I want to write a statement in Exception Block of the parent program so that when the statement in the exception block is executed, the control goes to the next statement in the parent block bypassing the child block.How do i do that?
how to code performance tuning of oracle PL/SQL? can any body send me the perfect answer?
How do we get field detail of a table?
Whats the benefit of dbms_stats over analyze?
How to connect ms access to oracle servers?
How to write a left outer join with the where clause in oracle?
Explain what are clusters?
How to create an oracle database manually?
What is logical backup in oracle?
Explain compound trigger in oracle?
What is a relational database management system?
Explain about functional dependency and its relation with table design?
Will you be able to store pictures in the database?