Difference between sub query and nested query ?
Answer Posted / chiyan
Hi all, i go wth RK....plz dnt mislead others...best example
is me for dat case......i jst told the answer what i read
frm one another person !!!!!!!!!!The interviewer jst sacked
me out of the panel...so jst dnt laugh but think guys nd
gals.......
Is This Answer Correct ? | 21 Yes | 5 No |
Post New Answer View All Answers
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'));
Explain an exception?
How to speed up webrick?
What are the ansi data types supported in oracle?
Why cursor variables are easier to use than cursors?
normally database take to refresh time 2 hours. but client asked iwant to refresh with in 5 min that same database. do you have any option in BO and Oracle? explain me briefly...kavi
What do the 9i dbms_standard.sql_txt() and dbms_standard.sql_text() procedures do?
What is the difference between translate and replace in oracle?
What is a select query statement in oracle?
What is oracle rowcount?
What are the predefined tablespaces in a database?
Can you drop an index associated with a unique or primary key constraint?
What is the cache hit ratio, what impact does it have on performance of an Oracle database and what is involved in tuning it?
Oracle
How does one get the view definition of fixed views/tables?