Module 4: MySQL Joins and Set Operations

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/6

flashcard set

Earn XP

Description and Tags

MySQL Joins and Set Operations

Last updated 4:03 PM on 3/9/25
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

7 Terms

1
New cards

JOIN clause

is used to combine rows from two or more tables, based on a related column between them.

2
New cards

INNER JOIN

Returns records that have matching values in both tables

3
New cards

LEFT JOIN

Returns all records from the left table, and the matched records from the right table

4
New cards

RIGHT JOIN

Returns all records from the right table, and the matched records from the left table

5
New cards

CROSS JOIN

Returns all records from both tables

6
New cards

UNION operator

is used to combine the result-set of two or more SELECT statements.

  • Every SELECT statement within UNION must have the same number of columns

  • The columns must also have similar data types

  • The columns in every SELECT statement must also be in the same order

7
New cards

UNION Syntax

SELECT column_name(s) FROM table1 UNION column_name(s) FROM table2;

  • The UNION operator selects only distinct values by default. To allow duplicate values, use UNION ALL:

SELECT column_name(s) FROM table1 UNION ALL column_name(s) FROM table2;

Explore top notes

note
Chapter 20: Earth Materials
Updated 1024d ago
0.0(0)
note
The Living World
Updated 1218d ago
0.0(0)
note
Japanese Term 3- fashion
Updated 274d ago
0.0(0)
note
13.1 to 13.4 Water
Updated 1300d ago
0.0(0)
note
Inhalants
Updated 1236d ago
0.0(0)
note
Invisible Man Chapter 6
Updated 1169d ago
0.0(0)
note
🧬 AP Biology Unit 6
Updated 316d ago
0.0(0)
note
Chapter 20: Earth Materials
Updated 1024d ago
0.0(0)
note
The Living World
Updated 1218d ago
0.0(0)
note
Japanese Term 3- fashion
Updated 274d ago
0.0(0)
note
13.1 to 13.4 Water
Updated 1300d ago
0.0(0)
note
Inhalants
Updated 1236d ago
0.0(0)
note
Invisible Man Chapter 6
Updated 1169d ago
0.0(0)
note
🧬 AP Biology Unit 6
Updated 316d ago
0.0(0)

Explore top flashcards

flashcards
Quel type de film (yr9)
45
Updated 298d ago
0.0(0)
flashcards
Verbos en aleman
106
Updated 1086d ago
0.0(0)
flashcards
Macbeth Vocab #4
20
Updated 1134d ago
0.0(0)
flashcards
geography test 1 2022
70
Updated 1221d ago
0.0(0)
flashcards
Survey of Art I: Exam 2
133
Updated 506d ago
0.0(0)
flashcards
Campaigns and Elections
24
Updated 1101d ago
0.0(0)
flashcards
Citizens - Klein
78
Updated 1044d ago
0.0(0)
flashcards
OMMIII Final Glossary Terms
33
Updated 835d ago
0.0(0)
flashcards
Quel type de film (yr9)
45
Updated 298d ago
0.0(0)
flashcards
Verbos en aleman
106
Updated 1086d ago
0.0(0)
flashcards
Macbeth Vocab #4
20
Updated 1134d ago
0.0(0)
flashcards
geography test 1 2022
70
Updated 1221d ago
0.0(0)
flashcards
Survey of Art I: Exam 2
133
Updated 506d ago
0.0(0)
flashcards
Campaigns and Elections
24
Updated 1101d ago
0.0(0)
flashcards
Citizens - Klein
78
Updated 1044d ago
0.0(0)
flashcards
OMMIII Final Glossary Terms
33
Updated 835d ago
0.0(0)