SQL Server Identifiers

Regular & Delimited Identifiers in SQL Server

Identifiers are the name we give to the Servers, Databases, and Database objects, such as Tables, Views, Columns, Indexes, Triggers, Procedures, Constraints, and Rules, etc. They must uniquely identify them. We then use the identifier to refer to the server, database, table whenever we want to use them. There are certain rules & restrictions that we must follow when we choose the name for the identifier.

Regular & Delimited Identifiers in SQL Server Read More »

Scroll to Top