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?

REPEATABLE READ
READ UNCOMMITTED
SERIALIZABLE
READ COMMITTED

ANSWER DOWNLOAD EXAMIANS APP

SQL Server 2000
SQL Server 2000 stored procedures can:

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

ANSWER DOWNLOAD EXAMIANS APP

SQL Server 2000
Which of the following is a way to create and modify tables using SQL Server?

Neither of the two methods above will work
Use the graphical facilities of SQL Server Enterprise Manager only
Write SQL code using either CREATE or ALTER SQL statements only
Both of the two methods above will work

ANSWER DOWNLOAD EXAMIANS APP