1. The document contains 16 SQL queries that retrieve and analyze data from student, enrollment, batch, and course tables.
2. The queries display student data based on name, age, date of birth, email, city, and other fields. They also analyze enrollment data, batch details, and calculate totals.
3. Aggregate functions like COUNT, SUM, DATE_ADD are used along with JOINs, WHERE clauses, GROUP BY and other SQL clauses.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
291 views9 pages
SQL
1. The document contains 16 SQL queries that retrieve and analyze data from student, enrollment, batch, and course tables.
2. The queries display student data based on name, age, date of birth, email, city, and other fields. They also analyze enrollment data, batch details, and calculate totals.
3. Aggregate functions like COUNT, SUM, DATE_ADD are used along with JOINs, WHERE clauses, GROUP BY and other SQL clauses.