Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 715 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 715 Bytes

SPP57_Exercise

This repository contains my solution SQL queries for "SQL Practice Problems: 57 beginning, intermediate, and advanced challenges for you to solve using a learn-by-doing approach" Book.

How to Run

Requirements

  • Microsoft SQL Server Express Edition Installed
  • SQL Server Management Studio Intalled
  • Practice data base set up
  • pyodbc Python package installed

Running the code

  • Add MSSQL Server name to the system environment variable. Set variable name as MSSQL_SERVER
  • Open SPP57.ipynb with pyodbc installed Python kernel