InterviewSolution
Saved Bookmarks
| 1. |
What Is A Synonyms? |
|
Answer» A synonym is an alias for database OBJECTS such as table, view, materialized view, sequence, PROCEDURE, function, package. Because a synonym is simply an alias, it does not REQUIRE storage other than its DATA dictionary definition. A synonym is an alias for database objects such as table, view, materialized view, sequence, procedure, function, package. Because a synonym is simply an alias, it does not require storage other than its data dictionary definition. |
|