Whatz the main diff between Subquery and a Join

Answer Posted / kuldeep singh

Join:
It is the machanism of joining one or more tables together
and finding information from one or all tables used in join.

Sub Query:

It is a method of finding answer using another query as
parametere for first query.

Main Difference:

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

Is This Answer Correct ?    17 Yes 16 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how the indexes are stored in the Oracle Database?

1736


Explain an exception?

563


Explain parameter file in oracle.

574


What is a view and how is it different from a table?

568


How to revoke create session privilege from a user in oracle?

552






What is where clause in oracle?

526


Use of an integrity constraint is better to validate data. Explain

543


Explain the truncate in oracle?

543


What are group functions in oracle?

581


How to view the data files in the current database?

590


What is analyze command used for?

574


What spfile/init.ora file parameter exists to force the CBO to make the execution path of a given statement use an index, even if the index scan may appear to be calculated as more costly?

1520


What is snapshot is too old? Give and example for better understand.

1095


How to grant create session privilege to a user in oracle?

564


What is connection pool in oracle?

556