This is a dedicated watch page for a single video.
Identify the missing word(s) in the following sentence within the context of Microsoft Azure. SQL Server offers several [?] levels to allow you to define the level of consistency and correctness you need guaranteed for your data. [?] levels let you find a balance between concurrency and consistency. [?] levels do not affect the locks taken to prevent data modification, a transaction will always get an exclusive lock on the data that is modifying. The [?] levels in SQL Server are: Read Uncommitted Read Committed Repeatable Read Serializable Read Committed Snapshot Snapshot