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
while i take backup using ibm tsm the following errors occurred: rman-03009 ora-19513 ora-27206 ora-19502 ora-27030 ora-ora19511
How to Truncate Table in Oracle
What are a query and state the different types of queries and their uses?
Explain the use of show option in imp command.
What is an oracle user role?
what is the use of triggers in Java program? I mean where do we use triggers in Java programming?
What is rich query?
Why do I get unexpected characters from 8-bit character sets in weblogic jdriver for oracle?
What are the differences between char and nchar in oracle?
How to use existing values in update statements using oracle?
Explain an exception and its types?
How to get execution statistics reports on query statements?
What are a cluster and non-cluster index?
How to convert numbers to characters in oracle?
What is the difference between a primary key & a unique key?