Explain self joins in oracle?
No Answer is Posted For this Question
Be the First to Post Answer
how to code performance tuning of oracle PL/SQL? can any body send me the perfect answer?
What is a data lock in oracle?
what is difference between cartesian join & cross join even they give same result?
What is an index associated with a constraint?
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'));
What is a cluster?
Explain the use of show option in imp command.
write a query to dispaly those name who is more than one in student table? example- in a student table sandeep kumar comes 4 times, rakesh kumar comes 2 times, ajit kumar comes 1 times so query will display sandeep kumar and rakesh kumar single times.
without using count(*) and rownum how can we count total record in a table
Explain user account with reference to oracle.
Explain the use of online redo log files in oracle.
How to define an oracle cursor variable?