• Call Us : 03082533000 (WhatsApp)
  • Email Us : TestPointpk.com@gmail.com
Sticky Note
The strictest transaction isolation level provided by SQL Server is?
ایس کیو ایل سرور کے ذریعہ فراہم کردہ سب سے سخت ٹرانزیکشن آئسولیشن لیول کیا ہے؟
  1. REPEATABLE READ
  2. SERIALIZABLE
  3. READ COMMITTED
  4. READ UNCOMMITTED
Explanation

The SERIALIZABLE isolation level is the strictest transaction isolation level provided by SQL Server. It ensures that transactions are executed in a serialized manner, as if they were the only transaction operating on the database. This means that:

  • No other transactions can modify data being read by a transaction.
  • No other transactions can insert new data that would affect the results of a transaction.
  • No other transactions can delete data that a transaction is using.

Related MCQs

  1. 5
  2. 8
  3. SyntaxError
  4. None of these
اس سوال کو وضاحت کے ساتھ پڑھیں

حروف، اعداد اور خاص علامات پر مشتمل پاس ورڈ زیادہ مضبوط کیوں سمجھا جاتا ہے؟
  1. It reduces password length
  2. It increases possible combinations
  3. It is easier to remember
  4. None of these
اس سوال کو وضاحت کے ساتھ پڑھیں

  1. Input → Processing → Output → Storage
  2. Processing → Input → Storage → Output
  3. Storage → Input → Processing → Output
  4. None of these
اس سوال کو وضاحت کے ساتھ پڑھیں

ڈبل انڈر لائن کے لیے شارٹ کٹ کی کیا ہے؟
  1. Ctrl + Shift + D
  2. Ctrl + Ctrl + Shift + B
  3. Ctrl + Ctrl + Shift + U
  4. None of these
اس سوال کو وضاحت کے ساتھ پڑھیں

سنٹرل پروسیسنگ یونٹ کس کام کا ذمہ دار ہے؟
  1. Processing instructions and calculations
  2. Displaying images and associated text
  3. Typing input for processing
  4. None of these
اس سوال کو وضاحت کے ساتھ پڑھیں

All Rights Reserved © TestPointpk.com