dblabs/i.sql
2024-01-25 19:40:23 +01:00

4 lines
No EOL
118 B
SQL

select courseName, credits, courseCode, pNbr
from Courses
join Students on Students.pNbr
where pNbr = '790101-1234'