Level 1
Level 3
2 words 0 ignored
Ready to learn
Ready to review
Ignore words
Check the boxes below to ignore/unignore words, then click save at the bottom. Ignored words will never appear in any learning session.
Ignore?
Inner join
Combines each tuple from the first table with each tuple from the second table only where the join condition is met.
Natural join
Compares matching column names from both tables by chance. This is dangerous.