This is an exercise from the Cockroach University course “Getting Started with SQL for Developers”.
In this exercise, we will be implementing a basic SELECT statement to read data back from the database. We will be selecting all rows, but we'll only require a subset of the columns.
Learn more about CockroachDB by signing up for free training at Cockroach University: https://university.cockroachlabs.com/
Chapters and tags generated by Snackable AI machine learning software. https://www.snackable.ai
00:00 How do we read data back from the database?