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 With this type of SQL Server cursor concurrency no lock is obtained until the user updates the data. SCROLL_LOCK PESSIMISTIC OPTIMISTIC READ_ONLY SCROLL_LOCK PESSIMISTIC OPTIMISTIC READ_ONLY ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 SQL Server automatically creates an index on: foreign key only SQL Server never automatically creates an index both primary and foreign keys primary keys only foreign key only SQL Server never automatically creates an index both primary and foreign keys primary keys only ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 SQL Server supports a language called Transact-SQL (also called T-SQL). False True False True 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. Nonclustered Primary Clustered Secondary Nonclustered Primary Clustered Secondary ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 By default, SQL Server will create one data file and one log file for each newly created database. True False True False ANSWER DOWNLOAD EXAMIANS APP