What is an oracle table?
No Answer is Posted For this Question
Be the First to Post Answer
How do I find the database name in oracle?
How to define an explicit cursor in oracle?
What is bulk collect in oracle?
What is the difference between SQL, DDL, and DML?
7 Answers BeBo Technologies, Wipro,
Please explain joins in oracle?
Database crashes. Corruption is found scattered among the file system neither of your doing nor of Oracles. What database recovery options are available? Database is in archive log mode.
In Oracle Clinical 4.5.0, can the VIEW_TEMPLATE_ID column in DATA_EXTRACT_VIEWS table contain NULL value?
what is port in oracle? how is it related to database application.
What to do if the binary spfile is wrong for the default instance?
What is SYSTEM tablespace and When is it Created?
How to convert characters to times in 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'));