66.4k views
4 votes
What is true about table sizes with databases?

a. There is a constant set maximum size due to compliance with ANSI SQL
b. Databases may have limitations based on the number of table rows or specific storage size, while others are unlimited.
c. There is no maximum size regardless of the database.
d. The maximum size in many cases can be unlimited depending on the amount of disk space allocated for the database.

User Jayffe
by
7.9k points

1 Answer

7 votes

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.

User Jelle De Loecker
by
8.0k points