|
Explanation: You can simply the access to the database object by using a synonym an new name for an object. PUBLIC synonym is accessible to all the users of the database. After creating a synonym the need to access an object with its schema was eliminated.
|