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. Primary Secondary Nonclustered Clustered Primary Secondary Nonclustered Clustered ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 SQL Server automatically creates an index on: SQL Server never automatically creates an index foreign key only both primary and foreign keys primary keys only SQL Server never automatically creates an index foreign key only both primary and foreign keys primary keys only ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 Better security occurs if Windows-only authentication is selected. 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. OPTIMISTIC READ_ONLY PESSIMISTIC SCROLL_LOCK OPTIMISTIC READ_ONLY PESSIMISTIC SCROLL_LOCK ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 With SQL Server optimistic locking, an update lock is placed on the row when the row is read. True False True False ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 With SQL Server, parameters and variables in T-SQL start with the "%" sign. True False True False ANSWER DOWNLOAD EXAMIANS APP