├── README.md ├── databases ├── chinook.db ├── rexon_metals.db ├── surgetech_conference.db └── weather_stations.db └── notes_and_slides ├── outline.md ├── sql_fundamentals_notes.html ├── sql_fundamentals_notes.md ├── sql_fundamentals_notes.pdf ├── sql_fundamentals_slides.pdf └── sql_fundamentals_slides.pptx /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thomasnield/oreilly_sql_fundamentals_for_data/HEAD/README.md -------------------------------------------------------------------------------- /databases/chinook.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thomasnield/oreilly_sql_fundamentals_for_data/HEAD/databases/chinook.db -------------------------------------------------------------------------------- /databases/rexon_metals.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thomasnield/oreilly_sql_fundamentals_for_data/HEAD/databases/rexon_metals.db -------------------------------------------------------------------------------- /databases/surgetech_conference.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thomasnield/oreilly_sql_fundamentals_for_data/HEAD/databases/surgetech_conference.db -------------------------------------------------------------------------------- /databases/weather_stations.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thomasnield/oreilly_sql_fundamentals_for_data/HEAD/databases/weather_stations.db -------------------------------------------------------------------------------- /notes_and_slides/outline.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thomasnield/oreilly_sql_fundamentals_for_data/HEAD/notes_and_slides/outline.md -------------------------------------------------------------------------------- /notes_and_slides/sql_fundamentals_notes.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thomasnield/oreilly_sql_fundamentals_for_data/HEAD/notes_and_slides/sql_fundamentals_notes.html -------------------------------------------------------------------------------- /notes_and_slides/sql_fundamentals_notes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thomasnield/oreilly_sql_fundamentals_for_data/HEAD/notes_and_slides/sql_fundamentals_notes.md -------------------------------------------------------------------------------- /notes_and_slides/sql_fundamentals_notes.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thomasnield/oreilly_sql_fundamentals_for_data/HEAD/notes_and_slides/sql_fundamentals_notes.pdf -------------------------------------------------------------------------------- /notes_and_slides/sql_fundamentals_slides.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thomasnield/oreilly_sql_fundamentals_for_data/HEAD/notes_and_slides/sql_fundamentals_slides.pdf -------------------------------------------------------------------------------- /notes_and_slides/sql_fundamentals_slides.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thomasnield/oreilly_sql_fundamentals_for_data/HEAD/notes_and_slides/sql_fundamentals_slides.pptx --------------------------------------------------------------------------------