UNION ALL Keeps duplicates (faster). sqlCopy1SELECT course FROM students 2UNION ALL 3SELECT course FROM archive_students;