Back to course home
0% completed
3. Students Report By Geography
Problem
Table: Student
+-------------+---------+
| Column Name | Type |
+-------------+---------+
| name | varchar |
| continent | varchar |
+-------------+---------+
This table may contain duplicate rows.
Each row of this table indicates the name of a student and the continent they came from.
Problem Definition
A school has students from Asia, Europe, and America.
Write a solution to pivot the continent column in the Student
table so that each name is sorted alphabetically and displayed underneath its corresponding continent
.....
.....
.....
Like the course? Get enrolled and start learning!
Table of Contents
Contents are not accessible
Contents are not accessible
Contents are not accessible
Contents are not accessible
Contents are not accessible