SQL Server 2000 With SQL Server, parameters and variables in T-SQL start with the "%" sign. True False True False 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? READ COMMITTED REPEATABLE READ READ UNCOMMITTED SERIALIZABLE READ COMMITTED REPEATABLE READ READ UNCOMMITTED SERIALIZABLE ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 SQL Server 2000 stored procedures can: 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 be kept within the database and invoked by application programs be stored on the users' computer never be kept within the database ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 Better security occurs if Windows-only authentication is selected. True False True False ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 Which of the three possible types of triggers does SQL Server support? INSTEAD OF only AFTER only BEFORE only INSTEAD OF and AFTER only INSTEAD OF only AFTER only BEFORE only INSTEAD OF and AFTER only 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 SCROLL_LOCK OPTIMISTIC READ_ONLY READCOMMITTED SCROLL_LOCK OPTIMISTIC READ_ONLY ANSWER DOWNLOAD EXAMIANS APP