/* select some columns from student table */ SELECT student_id, lname, fname, ssn, sex FROM student;