Calculating student attendance using SQL

Medium

Given the following table schemas, how would you figure out the overall attendance rate for each grade on 2018-03-12?

Table 1: student_attendance_log

| Column Name | Data Type | Description | | ----------------- | --------- | -------------------------------------------------- |...

Sign in to InterviewQs to view this question

Or

New to InterviewQs? Sign up now.

By proceeding, you agree to our Terms and Conditions and Privacy Policy.

Loading editor...