4 lines
No EOL
105 B
SQL
4 lines
No EOL
105 B
SQL
select sum(credits) as totalSum
|
|
from Courses
|
|
join Students on Students.pNbr
|
|
where pNbr = '790101-1234' |