SELECT Clause Ordering

This is probably a good time to review the order in which SELECT statement clauses are to be specified. Table 10.2 lists all the clauses we have learned thus far, in the order they must be used.

Table 10.2. SELECT Clauses and Their Sequence
ClauseDescriptionRequired
SELECTColumns or expressions to be returnedYes
FROMTable to retrieve data fromOnly if selecting from a table
WHERERow-level filteringNo
GROUP BYGroup specificationOnly if calculating aggregates by group
HAVINGGroup-level filteringNo
ORDER BYOutput sort orderNo

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.117.165.66