Answer Posted / pushkar
INSERT INTO TABLE
VALUES (VAL1,VAL2,VAL3,...)
Note: SPECIFY THE RIGHT NUMBER OF COLUMNS AND THE
appropriate null values by writing "NULL" .
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is a data lock in oracle?
How to speed up webrick?
What is ceil and floor in oracle?
What are the uses of Database Trigger ?
Explain about functional dependency and its relation with table design?
How to load excel data sheet to oracle database
What are the uses of a database trigger?
List out the difference between commit, rollback, and savepoint?
What is a user role in oracle?
What is sequence?
what are actual and formal parameters?
Explain a data segment?
What are the different editions of oracle?
src name sex a,male b,female c,male d,female Required output : male female a,b c,d tried pivot but was not successfull select * from src pivot (max(name) for sex in ('MALE','FEMALE'));
Hi Masters, in Oracle Applications 11i, we hace 2 functions using the same form, i need to create 1 personalization, but that code must afect only one function.... how can i do that?