02 Self-Paced
-
UCF100
Introduction to Distributed SQL
Learn about Distributed SQL and why modern, cloud-native applications require a distributed SQL database.
-
UCF101
Introduction to YugabyteDB
In this introductory course, you will learn about the unique architecture of YugabyteDB as well as the various key features that make YugabyteDB an amazing distributed SQL database.
-
YSQLE04
YSQL Exercises: Aggregation queries
An aggregation query is often more than a count or summation. In this mini course, you'll tackle a series of exercises that cover built-in functions, including grouping data and ranking dating with window functions.
-
YSQLE05
YSQL Exercises: Dates and timestamps
Working with dates and timestamps in YSQL can be complex. The exercises in this mini course reveal how fantastically powerful YSQL can be to work with dates and timestamps.
-
YSQLE02
YSQL Exercises: Joins and subqueries
This mini course covers various basic commands such as INNER JOIN, LEFT OUTER JOIN, UNION, as well as subqueries.
-
YSQLE03
YSQL Exercises: Modifying data
Querying data important, but soon you will want to add, modify, and remove data! This mini-course showcases the various Data Manipulation Language (DML) commands available to YSQL: INSERT, UPDATE, and DELETE.
-
YSQLE07
YSQL Exercises: Recursive queries
Learn how to write a recursive query with YSQL and a Common Table Expression (CTE) in this mini-course.
-
YSQLE01
YSQL Exercises: Simple queries
Learn how to write basic YSQL queries using YugabyteDB and YugabyteDB Managed.
-
YSQLE06
YSQL Exercises: String operations
String operations can be needlessly painful many databases. Fortunately, YugabyteDB is better than most in this regard, providing strong regular expression support. This short course covers the basics of string manipulation in YSQL.