Select within Select in SQL | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Select within Select in SQL

I'm having a really hard time wrapping my head around using this function and when to use it and the logic behind it. For instance: /*Select the code which would show the year when neither a Physics or Chemistry award was given */ I do not understand why it's: Where yr NOT (Select the code which shows the years when a Medicine award was given but no Peace or Literature award was ) AND this query ( /*Select the code which would show the year when neither a Physics or Chemistry award was given */) ...contradicts another question that needs the subjs. separated into two Where clauses. :( HELP, If you have a site that explains the select clauses in great detail with ample examples I would most appreciate it. This is the biggest thing holding me back in SQL.

24th Jul 2018, 4:21 PM
Christina Camacho
Christina Camacho - avatar
2 Answers
+ 2
Bumping this thread seeing that no replies were given. https://www.tutorialspoint.com/sql/sql-sub-queries.htm
25th Jul 2018, 10:01 PM
Hatsy Rei
Hatsy Rei - avatar
0
Try to understand correlated query.. Sub query
19th Nov 2018, 6:44 PM
warlord skjain
warlord skjain - avatar