Sail E0 Webinar

MCQs

Total Questions : 63 | Page 7 of 7 pages
Question 61. . SQL Server program code that is executed after an SQL command has been processed is called a(n):
  1.    INSTEAD OF trigger.
  2.    BEFORE trigger.
  3.    AFTER trigger.
  4.    BEGIN trigger.
 Discuss Question
Answer: Option C. -> AFTER trigger.
Question 62. . Which of the following refers to the SQL Server transaction isolation level which places and holds locks on all rows that are read?
  1.    REPEATABLE READ
  2.    SERIALIZABLE
  3.    READ COMMITTED
  4.    READ UNCOMMITTED
 Discuss Question
Answer: Option A. -> REPEATABLE READ
Question 63. . SQL Server automatically creates an index on:
  1.    primary keys only.
  2.    foreign key only.
  3.    both primary and foreign keys.
  4.    SQL Server never automatically creates an index.
 Discuss Question
Answer: Option C. -> both primary and foreign keys.

Latest Videos

Latest Test Papers