This assessment is related to the SQL Statements concept map by Jacob Levernier

  1. The SELECT statement is meant to:
  1. Given the following statement, explain what relationship might be implied between members of tables student and pi:

SELECT * FROM student, pi WHERE student.pi_id = pi.id