SQL Server 2000 Which type of SQL Server cursor concurrency places an update lock on a row when the row is read? SCROLL_LOCK READCOMMITTED OPTIMISTIC READ_ONLY SCROLL_LOCK READCOMMITTED OPTIMISTIC READ_ONLY ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 READ COMMITTED is the default isolation level. False True False True 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? SERIALIZABLE READ COMMITTED REPEATABLE READ READ UNCOMMITTED SERIALIZABLE READ COMMITTED REPEATABLE READ READ UNCOMMITTED ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 With this type of index, the bottom level of an index does not contain data, but rather it contains pointers to data. Clustered Primary Secondary Nonclustered Clustered Primary Secondary Nonclustered ANSWER DOWNLOAD EXAMIANS APP
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 Using SQL Server 2000, which of the following symbols is used to indicate parameters in stored procedures? # & % @ # & % @ ANSWER DOWNLOAD EXAMIANS APP