InterviewSolution
Saved Bookmarks
| 1. |
What Is The Difference Between A View And A Synonym ? |
|
Answer» Synonym is just a second NAME of table used for multiple link of database. VIEW can be created with many TABLES, and with virtual columns and with CONDITIONS. But synonym can be on view. Synonym is just a second name of table used for multiple link of database. View can be created with many tables, and with virtual columns and with conditions. But synonym can be on view. |
|