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 REPEATABLE READ READ UNCOMMITTED READ COMMITTED SERIALIZABLE ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 In SQL Server 2000, which of the following makes a copy of the changes that have been made to the database since the last complete backup? Transaction Log None of these Differential backup Complete backup Transaction Log None of these Differential backup Complete backup 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 Write SQL code using either CREATE or ALTER SQL statements only Both of the two methods above will work 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 Neither of the two methods above will work ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 Using SQL Server 2000, which of the following symbols is used to indicate parameters in stored procedures? # % @ & # % @ & ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 SQL Server program code that is executed instead of an SQL command that needs to be processed is called a(n): BEFORE trigger BEGIN trigger AFTER trigger INSTEAD OF trigger BEFORE trigger BEGIN trigger AFTER trigger INSTEAD OF trigger ANSWER DOWNLOAD EXAMIANS APP