Which of the following is the correct syntax for declaring an alias?
Which of the following is the correct syntax for declaring an alias? Correct Answer ALIAS alias_name : alias_type object_name;
To declare an alias, the keyword ALIAS is used. Then, the colon sign followed by the name of ALIAS. Then, the name of the object is then specified whose alias is to be created. So, that the duplicate for that object can be created.