This is a lecture from the Cockroach University course “Getting Started with SQL for Developers.”
In this lecture, we'll take a brief tour of some of the basic data types available in CockroachDB's SQL. We'll learn variations on these data types, such as INT2/INT4 and TIMESTAMP/TIMESTAMPTZ. We'll also learn how some programming languages may not support all of these data types, and specific translations will need to be applied.
Learn more about CockroachDB by signing up for free training at Cockroach University: https://university.cockroachlabs.com/
1:14 Mapping Primitive Types
1:55 Common Primitive Types I
3:12 Common Primitive Types II