Given the SQL statement: CREATE ALIAS total_sales FOR sales Which statement is valid?

A.
SALES can be the name of a schema.
B.
SALES can be the name of a package.
C.
SALES can be the name of an existing alias.
D.
SALES can be the name of a declared global temporary table.
Explanation: