Names the view. The name must be unique. It cannot be the same as an index, table, another view, or file that already exists in the current schema. The name can be up to 128 character long.
The system automatically changes all lowercase characters to uppercase for system names (10 characters or less). Names that are not system names and are SQL names are enclosed in quotes. For example, the names PAYROLL and payroll and Payroll are all equivalent. If you want to use a name that contains lowercase letters or special characters, you need to enclose the name in double quotes, such as "Payroll."