The size of a table does NOT need to be specified.
A
Correct answer
Explanation
In SQL, table size is determined dynamically by the amount of data stored and the storage allocation. Tables are designed to grow automatically as data is inserted. Unlike some programming data structures, SQL tables do not require pre-specifying capacity or dimensions. The database manages physical storage transparently.