CSE :: Database System 2 - CS
- There is only one way to create and modify tables in SQL Server. Write SQL code using either the CREATE or ALTER statements.
- An SQL Server reserved word must be placed in brackets. If the word is not in brackets, SQL Server will try to interpret it as the name of one of its special words.
- The .NET languages are the most popular languages for writing stored procedures in SQL Server 2000.