Skip to main content
Practice

1

sql

-- View id, name, and email columns from the students table
SELECT id, name, email
FROM students;

Want to learn more?

Join CodeFriends Plus membership or enroll in a course to start your journey.