Skip to content
New Workbook
Sign up
Course Notes: Time Series Analysis in SQL Server

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.

Take Notes

Add notes here about the concepts you've learned and SQL cells with code you want to keep.

Add your notes here

Spinner
DataFrameavailable as
df
variable
-- A sample query for you to replace!
SELECT 
    *
FROM books

Running Totals

Range between...