Module 7 questions quiz#1 Flashcards
Explain the difference between a regular subquery and a correlated subquery.
regular, or uncorrelated subquery, executes before the outer query. correlated subquery relies in part on the outer query,
What MS Access and SQL Server function should you use to calculate the number of days between your birth date and the current date?
DATEDIFF
It is a compound operation that involves repeating the join operation, typically accumulating more records each time, until a repetition makes no change to the results.
Recursive join
returns the number of items in a group
COUNT aggregate function
returns the sum of all the values.
SUM aggregate function
What three join types are included in the outer join classification?
LEFT JOIN , RIGHT JOIN , and FULL JOIN