blob: 36b3e3c89467d68972ecb4cb91b476274aca28af [file] [log] [blame]
select s.name, s.age, s.gpa, v.registration from student_csv_v s inner join voter_csv_v v on (s.name = v.name);