SQL Server 2000
The strictest transaction isolation level provided by SQL Server is called:

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

ANSWER DOWNLOAD EXAMIANS APP

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

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

ANSWER DOWNLOAD EXAMIANS APP