10 SQL Statements

grenjo
Lab_1.docx

select Count(*) As " Count of Course" From Course;

select Count(*) As "Count of Enrollment" From ENROLLMENT

Select Count(*) As "Count of Grade" From Grade;

Select Count(*) As "Count of Grade_Conversion" From GRADE_CONVERSION

Select Count(*) As "Count of Grade_Type" From Grade_Type

Select Count(*) As "Count of Grade_Type_Weight" From Grade_Type_Weight

Select Count(*) As "Count of Instructor" From Instructor

Select Count(*) As "Count of Section" From Section

Select Count(*) As "Count of Student" From Student

Select Count(*) As "Count of Zipcode" From Zipcode