This assignment deals with the Indian Premier League dataset. It contains information about 568 cricket matches played in the duration from 2008-2016. The datasets are available in the 'data' directory.
- schemas.sql: Defines and creates Schemas of the tables in the database
- load_data.sql: Loads the data into the schemas created by schemas.sql
- queries.sql: SQL queries corresponding to the Natural Language Queries in NLQuery.txt
Run the files in this order: 1 > 2 > 3