Skip to content

GTLibraryDataVisualization/Introduction-SQL

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Georgia Tech Library VizLab SQL Intro Workshop

Liam Jagrowski Spring 2022

This workshop is designed to be paired with "SQL Deep Dive" developed by Pulak Agarwal.

Goal: to introduce basic relational data logic and basic to intermediate SQL queries

In scope: SQL queries and logic; relational data; SQL structure with tables; basics of ER diagrams; constraint logic; keys

Out of scope: advanced queries, stored procedures; creating databases; accessing SQL through other methods (python, php ...), relational algebra / relational calculus

Files:

  1. info.docx : basic information on SQL - open this first
  2. create_db.sql : contains code to create database
  3. sql_workshop.sql : solutions file
  4. sql_shell.sql : contains only comments to guide code; this will be used the file where we code live in the workshop

Flow of workshop:

  1. Discuss mySQL, relational data
  2. Introduce basic queries and describe SQL structure
  3. Get to more advanced query logic by coming up with situations where there are more constraints or requirements on each query

About

Introduction to MySQL with focus on querying logic. Georgia Tech Library Vizlab Spring 2022

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published