SQL Flashcards
1
Q
(INNER) JOIN
A
Returns records that have matching values in both tables
2
Q
LEFT (OUTER) JOIN
A
Returns all records from the left table, and the matched records from the right table
3
Q
RIGHT (OUTER) JOIN
A
Returns all records from the right table, and the matched records from the left table
4
Q
FULL (OUTER) JOIN
A
Returns all records when there is a match in either left or right table
5
Q
Difference between inner and outer joins
A
Inner join requires matching values in both tables, outer only one table
6
Q
Difference between union and join
A
Blank
7
Q
What is SQL?
A
Blank
8
Q
What is noSQL?
A
Blank
9
Q
SQL Order of Operations
A
Blank
10
Q
GROUP BY
A
BLANK
11
Q
CASE
A
BLANK
12
Q
JOIN syntax
A
BLANK
13
Q
COUNT
A
BLANK
14
Q
SUM
A
BLANK
15
Q
MIN/MAX
A
BLANK