From the takes table, translate each enrolment's letter grade into grade points. Return ID, course_id, sec_id, semester, year, grade, and a computed column grade_point mapped as: A = 10, A- = 9, B+ = 8, B = 7, B- = 6, C+ = 5.
Database schema
primary keyforeign keyarrow points to the referenced columndrag to pan