MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following statements are TRUE about an SQL query?P : An SQL query can contain a HAVING clause even if it does not have a GROUP BY clauseQ : An SQL query can contain a HAVING clause only if it has a GROUP BY clauseR : All attributes used in the GROUP BY clause must appear in the SELECT clauseS : Not all attributes used in the GROUP BY clause need to appear in the SELECT clause |
| A. | P and R |
| B. | P and S |
| C. | Q and R |
| D. | Q and S |
| Answer» D. Q and S | |