MySQL Forums
Forum List  »  Newbie

Re: When and How to use sub-queries
Posted by: Hari Krishnan
Date: May 11, 2015 12:09AM

Use subqueries when the result that you want requires more than one query and each subquery provides a subset of the table involved in the query.

Otherwise when you want to join the informations of different rows of tables than combine by itself.

Options: ReplyQuote


Subject
Written By
Posted
Re: When and How to use sub-queries
May 11, 2015 12:09AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.