This lab will meet the following objectives: 1. Write SQL commands to create database objects such as tables, indexes, and views as well as commands to define access rights to those database objects.
The objective of this project is to build an ETL (Extract, Transform, Load) pipeline to import data from CSV files into a relational MySQL database. Primary Keys are set for all tables. Foreign Keys ...