Difference between sub query and nested query ?
Answer Posted / kamala k n
sub query lead query in query
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How does propagation differ between Advanced Replication and Snapshot Replication (read-only)?
What is parameterized cursor in oracle?
What are the attributes of cursor?
What are transaction isolation levels supported by oracle?
What is the dynamic sql in oracle?
How to list all user accounts in oracle?
Explain the difference between a procedure and a function? What do you understand by those terms?
Explain an integrity constrains?
What is the difference between count (*), count (expression), count (distinct expression)?
How do I spool to a csv formatted file using sqlplus?
What is a table index?
What is a parameter file 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'));
11. Display the client number and name and the client number and name of the person who referred that client.
Can we protect our pl/sql source code?