With which type of SQL Server recovery model, is no logging done? Differential recovery Bulk-logged recovery Simple recovery Full recovery TRUE ANSWER : ? YOUR ANSWER : ?
The .NET languages are the most popular languages for writing stored procedures in SQL Server 2000. True False TRUE ANSWER : ? YOUR ANSWER : ?
By default, SQL Server will create one data file and one log file for each newly created database. True False TRUE ANSWER : ? YOUR ANSWER : ?
SQL Server 2000 stored procedures can: support BEFORE, INSTEAD OF and AFTER types be kept within the database and invoked by application programs be stored on the users' computer never be kept within the database TRUE ANSWER : ? YOUR ANSWER : ?
SQL Server supports a language called Transact-SQL (also called T-SQL). False True TRUE ANSWER : ? YOUR ANSWER : ?
Nonclustered indexes are faster than clustered indexes for retrieval. True False TRUE ANSWER : ? YOUR ANSWER : ?
Better security occurs if Windows-only authentication is selected. False True TRUE ANSWER : ? YOUR ANSWER : ?
Which of the three possible types of triggers does SQL Server support? INSTEAD OF only BEFORE only INSTEAD OF and AFTER only AFTER only TRUE ANSWER : ? YOUR ANSWER : ?
SQL Server supports INSTEAD OF, AFTER and BEFORE triggers. True False TRUE ANSWER : ? YOUR ANSWER : ?
With this type of index, the bottom level of an index does not contain data, but rather it contains pointers to data. Primary Clustered Secondary Nonclustered TRUE ANSWER : ? YOUR ANSWER : ?