Whatz the main diff between Subquery and a Join

Answer Posted / mythili

Join:
It is the method of joining one or more tables together and
finding a answer.

Sub Query:

It is a method of finding one answer using another query.

Main Difference:

In join both the tables should have a comman column name
but in subquery without having a column name we can execute
the query.

Is This Answer Correct ?    30 Yes 19 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you understand by database schema and what does it hold?

590


What is the difference between primary key and unique key and foreign key in oracle?

544


How to create a new oracle data file?

552


How does one get the view definition of fixed views/tables?

596


What are data pump export and import modes?

609






How to install oracle odbc drivers?

619


How to define a record variable to store a table row?

575


How to use "for" statements in oracle?

588


How to count duplicated values in a column in oracle?

550


What is the Tune Query

1837


What is hash cluster in oracle?

594


What is columnar storage what is the advantage?

542


What is set operator oracle?

526


What is the difference between count (*), count (expression), count (distinct expression)?

556


How to use like conditions in oracle?

566