Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Need SQL Experts Help : Create View !!!!!!!!
select a.course_no, count(distinct b.student_no),count(distinct
b.faculty),count(distinct b.major)
from
grade a,
student b
where a.student_no = b.student_no(+)
group by a.course_no
/
Received on Tue Mar 17 1998 - 00:00:00 CST
![]() |
![]() |