This repository contains SQL scripts that practice basic SQL tasks. Each SQL scripts practice certain tasks which will be illustrated in the following
Simple_data_query script query database to answer certain questions that require simple query skills.
Create_Table script creates database which includes tables and their views.
"Create SQL views that answers several requests" script takes several requests from company and create views that answer each questions for reporting purpose.
"Create_databse_and_stored_procedures" script create database and perform simple ETL procedure by creating stored procedures that add, update and delete data in the database.