October 2002
Beginner
864 pages
18h 41m
English
| Q1: | Today I saw that in some cases there are several ways to get the same result. Isn't this flexibility confusing? |
| A1: | No, not really. Having so many ways to achieve the same result enables you to create some really neat statements. Flexibility is the virtue of SQL. |
| Q2: | What situations might require me to go outside a query to get information? |
| A2: | Subqueries enable you to further specify conditions on data that your query will return. Using a subquery, you can place a condition on a query without knowing the exact values you want to use in your comparison. |
| Q3: | What is the real benefit of using a correlated subquery instead of a regular subquery? |
| A3: | A correlated subquery gives you a bit more flexibility over a standard subquery because you can ... |
Read now
Unlock full access