Interview Questions

Which query will return a list of the synonyms in your database?

Microsoft SQL Server FAQs


(Continued from previous question...)

Which query will return a list of the synonyms in your database?

Answer: select * from sys.synonyms

Explanation: The sys.synonyms catalog view will return the synonyms in a database.

(Continued on next question...)

Other Interview Questions