Guest_imported
New member
- Jan 1, 1970
- 0
How do I find the total no. of student for a particular course using SQL statements?
Data and details...
ENTROLL TABLE:
CLASSID(PK) STUID(PK)
ART103A S001
MTH111B S002
ART103A S003
How do I query in order to get an answer of 2 students that have been entrolled in class ART103A?
Data and details...
ENTROLL TABLE:
CLASSID(PK) STUID(PK)
ART103A S001
MTH111B S002
ART103A S003
How do I query in order to get an answer of 2 students that have been entrolled in class ART103A?