Search and compare SQL data types (INT, VARCHAR, TEXT, DECIMAL, DATETIME, BLOB) across MySQL, PostgreSQL, and SQLite.
| Data Type | Category | Storage Size / Range | Cross-Engine Compatibility |
|---|---|---|---|
| INT / INTEGER | Numeric | 4 Bytes (±2.14 Billion) | MySQL / PostgreSQL / SQLite |
| BIGINT | Numeric | 8 Bytes (±9.22 Quintillion) | MySQL / PostgreSQL / SQLite |
| VARCHAR(n) | String | Variable up to $n$ chars | MySQL / PostgreSQL / SQLite |
| TEXT | String | Up to 65,535 bytes | MySQL / PostgreSQL / SQLite |
| DECIMAL(p,s) | Numeric (Exact) | Exact fixed-point precision | MySQL / PostgreSQL / SQLite |
| DATETIME / TIMESTAMP | Date & Time | 8 Bytes (YYYY-MM-DD HH:MM:SS) | MySQL / PostgreSQL |
| JSON | Structured | Variable JSON document | MySQL 5.7+ / PostgreSQL |
| BLOB | Binary Large Object | Raw binary data storage | MySQL / PostgreSQL / SQLite |
SQL Data Type Reference & Comparison is an online engineering and computational utility designed to provide immediate, high-precision results for students, researchers, and developers.
Calculations use standard precision formulas and client-side processing:
Widely utilized in academic coursework, laboratory experimentation, production engineering, electronic circuit prototyping, and web application development.
Visual cron schedule builder generating Linux cron syntax and human-readable explanations.
Parse any Linux crontab expression and receive a clear human-readable schedule summary.
Format, indent, and capitalize SQL queries for MySQL, PostgreSQL, SQLite, and SQL Server.
Visual UI for building SELECT, INSERT, UPDATE, and DELETE SQL queries.
Would you like a specific computational utility or web developer tool added to our catalog? Suggest it below!