Multiple choice

Which of the following is not the restriction applied to the table names and column of a database?

  1. The name should not contain more than 16 characters.

  2. The name must start with a letter.

  3. The name can contain letters, numbers and underscores.

  4. The name should not contain spaces.

  5. The table name may contain any special character other than underscore.

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

This is not the correct statement as no other special character other than underscore can be be used to name any table in a database.