SQL Server 2000 SQL Server AFTER Triggers may be assigned views. True False True False 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. False True False True ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 SQL Server 2000 stored procedures can: be kept within the database and invoked by application programs be stored on the users' computer never be kept within the database support BEFORE, INSTEAD OF and AFTER types be kept within the database and invoked by application programs be stored on the users' computer never be kept within the database support BEFORE, INSTEAD OF and AFTER types ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 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. False True False True ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 SQL Server program code that is executed after an SQL command has been processed is called a(n): AFTER trigger BEFORE trigger INSTEAD OF trigger BEGIN trigger AFTER trigger BEFORE trigger INSTEAD OF trigger BEGIN trigger ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 Which of the following refers to the SQL Server transaction isolation level which places and holds locks on all rows that are read? SERIALIZABLE READ UNCOMMITTED READ COMMITTED REPEATABLE READ SERIALIZABLE READ UNCOMMITTED READ COMMITTED REPEATABLE READ ANSWER DOWNLOAD EXAMIANS APP