Exercise: Find Missing Data Find students without email addresses. Solution sqlCopy1SELECT * FROM students 2WHERE email IS NULL;