SQL Server 2000 SERIALIZABLE is the strictest isolation level. True False True False ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 With this type of SQL Server cursor concurrency no lock is obtained until the user updates the data. SCROLL_LOCK READ_ONLY OPTIMISTIC PESSIMISTIC SCROLL_LOCK READ_ONLY OPTIMISTIC PESSIMISTIC ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 Which of the following is a way to create and modify tables using SQL Server? Both of the two methods above will work Neither 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 Both of the two methods above will work Neither 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 ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 With which type of SQL Server recovery model are all database changes logged? Bulk-logged recovery Differential recovery Full recovery Simple recovery Bulk-logged recovery Differential recovery Full recovery Simple recovery ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 Which type of SQL Server cursor concurrency places an update lock on a row when the row is read? READ_ONLY OPTIMISTIC READCOMMITTED SCROLL_LOCK READ_ONLY OPTIMISTIC READCOMMITTED SCROLL_LOCK ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 SQL Server supports three recovery modes: simple, full and Bulk. True False True False ANSWER DOWNLOAD EXAMIANS APP