Difference between join and a subquery?
Answer Posted / kiran
subquery can be used for simple logical queries , to get
required output/condition
but if you want to compare two or more tables and get output
in the way you want it would be lot difficult to manage all
those with subqueries - so we can use the concept of joins
| Is This Answer Correct ? | 39 Yes | 5 No |
Post New Answer View All Answers
Explain compound trigger in oracle?
What is the use of aggregate functions in oracle?
What is Segment Advisor in Oracle?
What is a partition in oracle?
Difference between hot backup vs. Cold backup?
What is the maximum number of triggers that can be applied to a single table?
What is a schema in oracle?
Can we store images in oracle database?
how the indexes are stored in the Oracle Database?
How to store pictures on to the database?
How to see free space of each tablespace?
what is the difference between restoring and recovering?
I have a table called 'test' on source and target with same name, structure and data type but in a different column order. How can you setup replication for this table?
Explain the use of analyse option in exp command.
Does oracle partitioning improve performance?