Which of the following rule below is FALSE for a database object?

Options
- Has a unique name within that schema
- Object names cannot be longer than 30 bytes
- Must begin with a letter
- None of the above


CORRECT ANSWER : None of the above

Discussion Board
Database Object Naming Rules

Some database objects are made up of parts that you can or must name, such as the columns in a table or view, index and table partitions and sub-partitions, integrity constraints on a table, and objects that are stored within a package, including procedures and stored functions. It has following rules:
- Has a unique name within that schema.
- Object names cannot be longer than 30 bytes.
- Must begin with a letter.
- You can include multibyte characters in passwords.
- You should use ASCII characters in database names, global database names, and database link names, because ASCII characters provide optimal compatibility across different platforms and operating systems.

Prajakta Pandit 02-14-2017 01:17 AM

Oracle, Java, MSSQL, PHP

Appreciate your work.

Saing Choch 01-18-2015 11:35 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement