Skip to content

jenna-jordan/SQL_for_Data_Scientists_Exercises

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

SQL for Data Scientists - Practice Exercises

Setup

Useful link: How to instal MySQL on macOS

Install MySQL Server & Workbench via homebrew:

brew install mysql
brew install --cask mysqlworkbench

Start the Server from the command line:

mysql.server start

Connect to the server from the command line:

mysql -u root -p

Now open MySQL Workbench and click to connect to the localhost database.

In the menu click "Server" -> "Data Import"

Choose "Import from Self-Contained File", and find FarmersMarketDatabase.sql (in this repo, this is located in the directory book_support_files)

Click "Start Import"

Now, click the first icon with label "SQL+"

And now the database is all setup and we can start querying it in the SQL Script tab!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published