Baselight

University Exam Scheduling

Efficient Exam Scheduling with Comprehensive University Data

@kaggle.smrezwanulazad_exam_schedule

Classrooms
@kaggle.smrezwanulazad_exam_schedule.classrooms

  • 4.52 KB
  • 30 rows
  • 5 columns
classroom_id

Classroom Id

building_name

Building Name

room_number

Room Number

capacity

Capacity

room_type

Room Type

1A30535Lecture Hall
2K14424Classroom
3B71046Classroom
4A54130Classroom
5I74735Lecture Hall
6L23138Lab
7F50243Classroom
8B26741Lecture Hall
9J62744Lab
10G83442Classroom

CREATE TABLE classrooms (
  "classroom_id" BIGINT,
  "building_name" VARCHAR,
  "room_number" BIGINT,
  "capacity" BIGINT,
  "room_type" VARCHAR
);

Share link

Anyone who has the link will be able to view this.