Hi
Bandi
How to solve this
This is my Table struture
Create Table Student
(
Enrolno int,
Name varchar(40),
Dob Date,
sex varchar(10),
DeptNo int
)
Create Table DEPARTMENT
(
DeptNo int,
DeptName varchar(40)
)
My Question this
1.List the Department-no and number of students in each department.
Mark as Answer if its helpful to you
Kumaraspcode2009@gmail.com