Multiple choice technology databases

what is max length of table name in oracle

  1. 50

  2. 30

  3. 20

  4. 40

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

In Oracle database, the maximum length of a table name is 30 characters. This limit applies to traditional Oracle versions and is a fundamental constraint that database administrators must follow when naming tables. Options A (50), C (20), and D (40) are incorrect as they don't match Oracle's standard naming limitation.