An alternative name or alias for a table, view, sequence, or other schema item is known as a synonym in databases. In dynamic SQL, it
Tag: Synonym in SQL Server
Synonyms in SQL Server
A synonym in databases is an alternative name or alias for a table, view, sequence, or other schema items. They are mostly used to simplify
Referencing Synonym in Dynamic SQL
As stated in the previous post, a synonym in databases is an alternative name or alias for a table, view, sequence, or other schema items.