Personnel Management System Database Setup (Challenge)

# Introduction In this challenge, we will create a database for a personnel management system using MySQL. The database will contain data on personnel identity, work units, and residences. We will establish tables for `employ`, `work` and `company` and set appropriate primary key and foreign key constraints. Finally, we will input the provided data into the tables.

|60 : 00

Click the virtual machine below to start practicing