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
(Progress persistence is disabled until Phase 9)
Common SQL data types.
Common SQL data types.
-- See the schema of the products table
PRAGMA table_info(products);