Multiple choice technology programming languages

A Table can have Unlimited Columns.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Oracle tables have a maximum limit of 1000 columns per table (or 1000 columns minus 1 for LONG columns). This is a hard constraint in the database schema. Therefore, tables cannot have unlimited columns.