SQL Server 2000 The .NET languages are the most popular languages for writing stored procedures in SQL Server 2000. False True False True ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 What mode of authentication does SQL Server NOT provide? Mixed security Windows-only security Both SQL Server and Windows-only security SQL Server only security Mixed security Windows-only security Both SQL Server and Windows-only security SQL Server only security ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 Which of the following is a way to create and modify tables using SQL Server? Both of the two methods above will work Write SQL code using either CREATE or ALTER SQL statements only Neither of the two methods above will work Use the graphical facilities of SQL Server Enterprise Manager only Both of the two methods above will work Write SQL code using either CREATE or ALTER SQL statements only Neither of the two methods above will work Use the graphical facilities of SQL Server Enterprise Manager only ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 An SQL Server reserved word must be placed in brackets. If the word is not in brackets, SQL Server will try to interpret it as the name of one of its special words. 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. PESSIMISTIC OPTIMISTIC SCROLL_LOCK READ_ONLY PESSIMISTIC OPTIMISTIC SCROLL_LOCK READ_ONLY ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 With this type of index, the data are stored in the bottom level of the index and in the same order as that index. Nonclustered Secondary Primary Clustered Nonclustered Secondary Primary Clustered ANSWER DOWNLOAD EXAMIANS APP