In this article, we learn about the SQL Server synonym. SYNONYM A synonym is an alias to the table, view, sequence, stored procedure, and function. There are two types of synonym: Private synonym:- A private synonym exists only in a specified user. The owner controls the availability of synonym to the user. Public synonym:- A public synonym available to all users in the database. SYNTAX OF CREATING SYNONYM