adspace
what is difference between inner join & nested query or
subqueries
Answer Posted / Shishpal
An Inner Join returns records that have matching values in both joined tables, while a Nested Query (or Subquery) is a query within another query. A Subquery can be used to filter data before performing the main query operation.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers