Skip to content
Course Notes: Exploratory Data Analysis in SQL
Course Notes
Use this workspace to take notes, store sample queries, and build your own interactive cheat sheet!
Note that you need to connect your SQL cells to an integration to run a query.
- You can use a sample integration from the dropdown menu. This includes the Course Databases integration, which contains tables you used in our SQL courses.
- You can connect your own integration by following the instructions provided here.
Add your notes here
Take Notes
Add notes here about the concepts you've learned and SQL cells with code you want to keep.
DataFrameas
df
variable
-- A sample query for you to replace!
SELECT
*
FROM booksSQL data types