Max Columns:
- PostgreSQL (12+): 16,384
- MySQL (8.0+): 65,535
- Oracle Database (19c+): 1,048,576
- SQL Server (2019+): 1024 per table or 3072 per clustered index
- DB2 (11.5+): 32,765
- MongoDB (4.4+): 128 (document fields)
Max Rows:
- PostgreSQL (12+): 2^31 - 1 (2,147,483,647)
- MySQL (8.0+): 2^63 - 1 (9,223,372,036,854,775,807)
- Oracle Database (19c+): 2^63 - 1 (9,223,372,036,854,775,807)
- SQL Server (2019+): 1024^8 - 1 (1,407,374,883,553,280)
- DB2 (11.5+): 2^31 - 1 (2,147,483,647)
- MongoDB (4.4+): 16,777,216