Introduction
In this challenge, you'll step into the role of a database administrator and manage employee data within a PostgreSQL database. The task involves using PostgreSQL commands to update employee records in the employees
table to reflect changes in the organization.
You'll need to connect to the PostgreSQL database using the command line interface and execute SQL commands to insert a new employee, Diana Prince, into the 'Security' department, and update Bob Johnson's department to 'Management'. The initial table structure and some sample data will be provided for you to work with.