A Table can have unlimited indexes.
A
Correct answer
Explanation
In Oracle, tables can have a large but finite number of indexes - up to the limit on the number of segments per table, which is determined by the database configuration. While the limit is high (unlimited in practical scenarios), technically it's not unlimited. The question uses 'unlimited' in a practical sense.