|
What is a synonym? How is it used
COBOL SQL Interview Questions
(Continued from previous question...)
What is a synonym? How is it used
A synonym is used to reference a table or view by another name. The other name can then be written in the application code pointing to test tables in the development stage and to production entities when the code is migrated.
The synonym is linked to the AUTHID that created it.
(Continued on next question...)
Other Interview Questions
|