InterviewSolution
Saved Bookmarks
| 1. |
Point out the wrong statement.(a) Support for transactions is one of the most important reasons to use database engines such as SQL Server(b) BASE support(c) ACID support(d) All of the mentionedI got this question in final exam.I'm obligated to ask this question of Stored Procedure in chapter Developing with SQL Server of SQL Server |
|
Answer» CORRECT choice is (B) BASE support To EXPLAIN I would say: Stored PROCEDURES don’t have support for BASE. |
|