What are temporal data types 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'));
How i can handle exception in large code like 1000 line without distrubing the code or without exception handler sction?
what is meant by magic query
How to rename an existing table?
How to create an oracle testing table?
What query tells you how much space a tablespace named test is taking up, and how much space is remaining?
What is Undo Management Advisor in Oracle?
Can we commit inside a function in oracle?
What is bind variable in oracle 11g?
Explain cascading triggers.
How to run create database statement?
Why do you create or replace procedures rather that drop and recreate.
how to convert .db (extention) database file into .dmp (extention ) for oracle database ?
How do I reset a sequence in oracle?