Sail E0 Webinar

MCQs

Total Questions : 63 | Page 1 of 7 pages
Question 1. With which type of SQL Server recovery model are all database changes logged except those that cause large log entries?
  1.    Differential recovery
  2.    Full recovery
  3.    Simple recovery
  4.    Bulk-logged recovery
 Discuss Question
Answer: Option D. -> Bulk-logged recovery
Question 2. Using SQL Server 2000, which of the following symbols is used to indicate parameters in stored procedures?
  1.    #
  2.    %
  3.    &
  4.    @
 Discuss Question
Answer: Option D. -> @
Question 3. What mode of authentication does SQL Server NOT provide?
  1.    Windows-only security
  2.    Both SQL Server and Windows-only security
  3.    Mixed security
  4.    SQL Server only security
 Discuss Question
Answer: Option D. -> SQL Server only security
Question 4. The strictest transaction isolation level provided by SQL Server is called:
  1.    REPEATABLE READ
  2.    SERIALIZABLE
  3.    READ COMMITTED
  4.    READ UNCOMMITTED
 Discuss Question
Answer: Option B. -> SERIALIZABLE
Question 5. SQL Server program code that is executed instead of an SQL command that needs to be processed is called a(n):
  1.    INSTEAD OF trigger
  2.    BEFORE trigger
  3.    AFTER trigger
  4.    BEGIN trigger
 Discuss Question
Answer: Option A. -> INSTEAD OF trigger
Question 6. Which type of SQL Server cursor concurrency places an update lock on a row when the row is read?
  1.    READ_ONLY
  2.    SCROLL_LOCK
  3.    OPTIMISTIC
  4.    READCOMMITTED
 Discuss Question
Answer: Option D. -> READCOMMITTED
Question 7. Which of the three possible types of triggers does SQL Server support?
  1.    INSTEAD OF only
  2.    AFTER only
  3.    BEFORE only
  4.    INSTEAD OF and AFTER only
 Discuss Question
Answer: Option D. -> INSTEAD OF and AFTER only
Question 8. Which of the following is a way to create and modify tables using SQL Server?
  1.    Write SQL code using either CREATE or ALTER SQL statements only
  2.    Use the graphical facilities of SQL Server Enterprise Manager only
  3.    Both of the two methods above will work
  4.    Neither of the two methods above will work
 Discuss Question
Answer: Option C. -> Both of the two methods above will work
Question 9. SQL Server 2000 stored procedures can:
  1.    never be kept within the database
  2.    be kept within the database and invoked by application programs
  3.    be stored on the users' computer
  4.    support BEFORE, INSTEAD OF and AFTER types
 Discuss Question
Answer: Option B. -> be kept within the database and invoked by application programs
Question 10. With which type of SQL Server recovery model, is no logging done?
  1.    Differential recovery
  2.    Full recovery
  3.    Bulk-logged recovery
  4.    Simple recovery
 Discuss Question
Answer: Option D. -> Simple recovery

Latest Videos

Latest Test Papers