It is a SQL practice repository covering basics to advanced topics. It includes exercises on SELECT statements, WHERE clauses, GROUP BY, JOINS, window functions (OVER(), PARTITION BY), ROW_NUMBER(), ...
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.