Lesson 26 of 3281%

(Progress persistence is disabled until Phase 9)

SQL
Beginner

Data Types

Common SQL data types.

Data Types

Common SQL data types.

Example

-- See the schema of the products table
PRAGMA table_info(products);

Test it Yourself

Lesson Progress

Take QuizBuild a SQL Project