Skip to content

Create a relational model and entity-relationship diagram.

License

Notifications You must be signed in to change notification settings

jesussantana/Database

Repository files navigation

forthebadge made-with-python
Made withJupyter

Description

reate a relational model and entity-relationship diagram.

Level 1

  • Exercise 1

Create a sample relational database using a text or handwritten document. Design it to contain the following tables, and establish the relationships you deem necessary between them:

  • Table of purchases (transactions)

  • Table of establishments

  • Table of workers

  • Table of clients

  • Table of products

  • Product type table

Defines the properties of the relationships (1: 1, 1: n, n: n), and create some of the variables that could contain, for example:

Table of establishments

  • IDestabliment (unique key)

  • Nom

  • Location

  • Surface

Level 2

Level 3

  • Exercise 3:
    • Use the MySQL Workbench to create a relational model.

Targets

  • Construct entity-relationship and relational diagrams
  • Use different software for the entity-relationship diagram