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 UNCOMMITTED
READ COMMITTED
SERIALIZABLE
REPEATABLE READ

ANSWER DOWNLOAD EXAMIANS APP

SQL Server 2000
SQL Server 2000 stored procedures can:

support BEFORE, INSTEAD OF and AFTER types
be stored on the users' computer
be kept within the database and invoked by application programs
never be kept within the database

ANSWER DOWNLOAD EXAMIANS APP