Skip to content

Latest commit

 

History

History
86 lines (49 loc) · 3.33 KB

README.md

File metadata and controls

86 lines (49 loc) · 3.33 KB

Pizza-Place-Sales

Description

This project uses SQL to analyze the dataset of a Pizza Store. The goal of the project is to answer a set of questions about the store's business performance and help in it's growth by making better decisions.

Installation

To run this project on your machine you need to install any SQL supported DBMS then follow the steps below:

  1. Create a database.
  2. Create tables using the schema diagram provided below.
  3. Import csv files provided in the dataset folder.

Note: If you are using PostgreSQL then restore the backup file of the database and save yourself some time.

Schema Diagram

Schema Diagram

Database and Tools

  • Postgre SQL
  • PgAdmin4

Credits

This dataset was downloaded from Maven Analytics click here to download.

License

You can use this dataset to build your own project and practise your SQL skills.


Badges

postgresql Maven Analytics

Conclusion

The project was successful in answering the set of questions about the store's business performance. The results of the project can be used by the store to make decisions about its marketing and product offerings.