You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-- The challenge is as follows: for each room with 2 beds where there actually are 2 students, we want to show one row which contains the following columns:
-- 1. the name of the first student.
-- 2. the name of the second student.
-- 3. the room number.
--Don't change any column names. Each pair of students should only be shown once. The student whose name comes first in the alphabet should be shown first.