Final answer:
The maximum size of table in a database can be unlimited depending on the amount of disk space allocated.
Step-by-step explanation:
The true statement about table sizes with databases is: d. The maximum size in many cases can be unlimited depending on the amount of disk space allocated for the database.
While databases may have limitations based on the number of table rows or specific storage size, some databases do provide the flexibility of an unlimited maximum size. This maximum size depends on the amount of disk space allocated for the specific database.
For example, databases like MySQL or Oracle allow for table sizes to be practically unlimited as long as there is sufficient disk space to accommodate the data. On the other hand, there might be databases or database management systems that impose limitations based on the specific implementation or compliance with ANSI SQL.