blob: 91d3a63c78cd9c0d45bdc5e96057e28cb306365a [file]
select s.name, s.age, s.gpa, v.registration from student_csv_v s join voter_csv_v v on (s.name = v.name);