|
What is an alias and how does it differ from a synonym?
COBOL SQL Interview Questions
(Continued from previous question...)
What is an alias and how does it differ from a synonym?
An alias is an alternative to a synonym, designed for a distributed environment to avoid having to use the location qualifier of a table or view. The alias is not dropped when the table is dropped.
(Continued on next question...)
Other Interview Questions
|