SQL Server 2000 SQL Server program code that is executed after an SQL command has been processed is called a(n): INSTEAD OF trigger BEFORE trigger BEGIN trigger AFTER trigger INSTEAD OF trigger BEFORE trigger BEGIN trigger AFTER trigger ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 By default, SQL Server will create one data file and one log file for each newly created database. True False True False ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 With this type of SQL Server cursor concurrency no lock is obtained until the user updates the data. READ_ONLY OPTIMISTIC PESSIMISTIC SCROLL_LOCK READ_ONLY OPTIMISTIC PESSIMISTIC SCROLL_LOCK ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 Which type of SQL Server cursor concurrency places an update lock on a row when the row is read? READCOMMITTED READ_ONLY OPTIMISTIC SCROLL_LOCK READCOMMITTED READ_ONLY OPTIMISTIC SCROLL_LOCK ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 SQL Server automatically creates an index on all primary and foreign keys. False True False True ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 The .NET languages are the most popular languages for writing stored procedures in SQL Server 2000. True False True False ANSWER DOWNLOAD EXAMIANS APP