1/7
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
|---|
No study sessions yet.
How do tables connect in joins
Using primary key - foreign key relationships
What is a Cartesian prduct
Joining table without a condition, producing every possible row combination
If table A has 10 rows and table B has 5 rows, how many in AxB
50
What does an INNER JOIN return
Only rows with matching values in both tables
What is a subquery
A query inside another query
When is a subquery executed
Before the outer query (for non-correlated)
What is a correlated subquery
A subquery that references the outer query and executes once per row
What is query analysis
Understanding what a SQL query will output and execute once per row