Multiple Choice
Which of the following is NOT true regarding the Group By clause?
A) The Group By clause needs to be used with Sum,Count,and so on to display aggregated data.
B) The Group By clause can be used to summarize duplicate data.
C) By using the Group By clause,you can combine records with identical values in a specified field list into a single record.
D) The Group By clause allows you to limit the results of your query by specifying criteria that field values must meet without using that field to group the data mathematically.
Correct Answer:

Verified
Correct Answer:
Verified
Q25: Which of the following is NOT true
Q26: The Show check box has to be
Q27: A union query is a special type
Q28: The _ clause allows you to limit
Q29: Which of the following will NOT calculate
Q31: The following SELECT statement: SELECT EmpFirstName,EmpLastName<br>FROM tblEmployee<br>WHERE
Q32: An aggregate function differs from a calculated
Q33: A union query is used to query
Q34: Even though you can select all the
Q35: When you edit a crosstab query in