1.View provides an additional logical abstraction to the data base where it hides the complexity the the data base.
It prevents to access to the rows and columns of the database.
It presents the data according to user's request and meaning ful to a paricular operation.
2.
A sequenceis a serial list of unique numbers for numerical columns of a database's tables.
3.A synonym is an alias for a table, view, sequence or program unit.
4. There are two types of Synonyms ---> Private and Public.
5. A Private synonym is what can be accessed only by the owner.
6. A Public synonyms can be accessed by any user on the database.
7.Synonyms r used to mask the real name of the object -apart from this it provides public and private access o the objects.
It sipmlify the SQL statement for the USER.