SQL Server 2000 A differential backup makes a copy of the entire database. False True False True 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 Neither of the two methods above will work Both of the two methods above will work Write SQL code using either CREATE or ALTER SQL statements only Use the graphical facilities of SQL Server Enterprise Manager only Neither of the two methods above will work Both of the two methods above will work ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 SQL Server AFTER Triggers may be assigned views. False True False True ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 Which of the following is not a factor in determining the concurrency control behavior of SQL Server? Lock level Locking hints Cursor concurrency setting Transaction isolation level Lock level Locking hints Cursor concurrency setting Transaction isolation level ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 The .NET languages are the most popular languages for writing stored procedures in SQL Server 2000. 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? REPEATABLE READ READ COMMITTED READ UNCOMMITTED SERIALIZABLE REPEATABLE READ READ COMMITTED READ UNCOMMITTED SERIALIZABLE ANSWER DOWNLOAD EXAMIANS APP