-- View all columns SELECT*FROM mid_exam; -- View all student names and their exam scores SELECT name, exam_score FROM mid_exam; -- View names and passed status SELECT name, passed FROM mid_exam;
Want to learn more?
Join CodeFriends Plus membership or enroll in a course to start your journey.
Want to learn more?
Join CodeFriends Plus membership or enroll in a course to start your journey.