Concept Flow - Column data types (INT, VARCHAR, DATE, DECIMAL)
Define Table
Choose Column Name
Select Data Type
Set Constraints (optional)
Create Table with Columns
Insert Data matching types
Query Table to see stored data
This flow shows how to define columns with specific data types when creating a table, then insert and query data matching those types.