Comprehensive MySQL Data Manipulation (Challenge)

# Introduction In this challenge, we shall be working with the `emp` table in the `personnel` database. Our aim is to create a script that carries out insertions, modifications, and deletions on this table. Our tasks include adding new records, altering existing ones, and removing specific records according to certain criteria. By achieving these tasks, we shall obtain a sound grasp of the SQL INSERT, UPDATE, and DELETE statements.

|60 : 00

Click the virtual machine below to start practicing