DEVFYI - Developer Resource - FYI

What is the difference between a view and a synonym ?

ORACLE Interview Questions and Answers (Part 5)


(Continued from previous question...)

70.What is the difference between a view and a synonym ?

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.

(Continued on next question...)

Other Interview Questions