SQL (Structured Query Language) Question:

What is sql Synonyms?

Tweet Share WhatsApp

Answer:

Synonyms is the alias name for table, views, sequences & procedures and are created for reasons of Security and Convenience.
Two levels are Public - created by DBA & accessible to all the users. Private - Accessible to creator only. Advantages are referencing without specifying the owner and Flexibility to customize a more meaningful naming convention.

Download SQL PDF Read All 172 SQL Questions
Previous QuestionNext Question
Explain Order of SQL statement execution?What is sql Multiple columns?