Manipulating Dates in Personnel Database

# Introduction In this challenge, we will work with MySQL's common conversion functions to retrieve information from the `emp` table in the `personnel` database. We will implement functions like DATE_FORMAT and STR_TO_DATE() to manipulate and format dates in a desired output format. Our objective is to display the initial entry date and the corrected date for all employees in the department while adhering to specific formatting and ordering guidelines.

|60 : 00

Click the virtual machine below to start practicing