what is the main difference between join and subqurey?

Answers were Sorted based on User's Feedback



what is the main difference between join and subqurey?..

Answer / ravi

all join may be sub query , but sub-query never be join

Is This Answer Correct ?    7 Yes 0 No

what is the main difference between join and subqurey?..

Answer / ankush

A subquery is a query within a query.
A join is used to combine rows from multiple tables (2 or
more tables).
Its also can be done within a single table.

Is This Answer Correct ?    7 Yes 1 No

what is the main difference between join and subqurey?..

Answer / udayselva

Subquery returns only one row and Join return More than one rows

Is This Answer Correct ?    0 Yes 6 No

Post New Answer

More SQL PLSQL Interview Questions

Why do we go for stored procedures?

0 Answers  


Does sql between include endpoints?

0 Answers  


What are packages in pl sql and also explain its advantages?

0 Answers  


what are date and time intervals? : Sql dba

0 Answers  


Mention what pl/sql package consists of?

0 Answers  






What is the primary key?

0 Answers  


what is the use of friend function? : Sql dba

0 Answers  


Explain the difference between cursor declared in procedures and cursors declared in the package specification?

0 Answers  


can we update a view which is created from two tables

11 Answers  


How do I run a sql query in pgadmin 4?

0 Answers  


Why we use joins in sql?

0 Answers  


What mean sql?

0 Answers  


Categories