what is the main difference between join and subqurey?
Answers were Sorted based on User's Feedback
Answer / ravi
all join may be sub query , but sub-query never be join
Is This Answer Correct ? | 7 Yes | 0 No |
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 |
Answer / udayselva
Subquery returns only one row and Join return More than one rows
Is This Answer Correct ? | 0 Yes | 6 No |
Why do we go for stored procedures?
Does sql between include endpoints?
What are packages in pl sql and also explain its advantages?
what are date and time intervals? : Sql dba
Mention what pl/sql package consists of?
What is the primary key?
what is the use of friend function? : Sql dba
Explain the difference between cursor declared in procedures and cursors declared in the package specification?
can we update a view which is created from two tables
How do I run a sql query in pgadmin 4?
Why we use joins in sql?
What mean sql?