Intro Database Exercises

Overview

Time: 20 min
Objectives
  • Practice skills related to introductory database content

ER Diagram exercise

Draw a ER diagram representing the database of students attending courses.

Solution

Multiple solutions possible.

ER diagram of students attending courses Solution_1

MS Access Database queries exercise 1

Using MS Access, retrieve the Items purchased by customers with First Name “Selena” AND Quantity less than 5

Solution

Query Solution_1

Result Solution_1

MS Access Database queries exercise 2

Using MS Access, retrieve the Items purchased by customers with First Name “Kevin” or “Selena” on date 8th November, 2020

Solution

Query Solution_1

Result Solution_1

Key Points

  • Practicing the important topics of the workshop