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

ANSWER DOWNLOAD EXAMIANS APP

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

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

ANSWER DOWNLOAD EXAMIANS APP