From 2ba297d563b24101da8e10693fe6d522097943d6 Mon Sep 17 00:00:00 2001 From: Rob Hedgpeth Date: Thu, 27 Feb 2020 08:40:39 -0800 Subject: [PATCH] readme update --- modern-sql/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modern-sql/README.md b/modern-sql/README.md index e323a8d..414958b 100644 --- a/modern-sql/README.md +++ b/modern-sql/README.md @@ -103,9 +103,9 @@ Once you've downloaded and installed Apache Zeppelin you will need to add a new Import the notes: -* [demo_1.json](demo_1.json) -* [demo_2.json](demo_2.json) -* [demo_3.json](demo_3.json) +* [demo_1.json](demo_1.json): Set operators, table value constructors, aggregation functions, and rollups. +* [demo_2.json](demo_2.json): Window functions and common table expressions (recursive). +* [demo_3.json](demo_3.json): Temporal tables. by selecting "Import note".