SQL Server 2000 There is only one way to create and modify tables in SQL Server. Write SQL code using either the CREATE or ALTER statements. 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? Cursor concurrency setting Locking hints Lock level Transaction isolation level Cursor concurrency setting Locking hints Lock level Transaction isolation level ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 With which type of SQL Server recovery model, is no logging done? Full recovery Simple recovery Bulk-logged recovery Differential recovery Full recovery Simple recovery Bulk-logged recovery Differential recovery 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 With which type of SQL Server recovery model are all database changes logged? Full recovery Simple recovery Bulk-logged recovery Differential recovery Full recovery Simple recovery Bulk-logged recovery Differential recovery ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 SQL Server supports INSTEAD OF, AFTER and BEFORE triggers. False True False True ANSWER DOWNLOAD EXAMIANS APP