What is SQL Server Updatable Views?

Опубликовано: 25 Январь 2021
на канале: Decode ITES
269
4

#decodeites

Views are virtual tables that are used to fetch data from underlying tables. Tables are objected to where actual data resides and valid for all DML operations.
 a
SQL Server gives you capabilities of updating table data through views called SQL Server Updatable Views.

Does & Don’ts of Updatable Views

DML Operations like UPDATE, INSERT, and DELETE statements, must target columns from only one base table.
The columns being modified are not affected by GROUP BY, HAVING, or DISTINCT clauses.
The view you want to update is based upon another view, the later should be updatable with the same requirements.
Subqueries used in view definition must comply with the same requirements.


Смотрите видео What is SQL Server Updatable Views? онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Decode ITES 25 Январь 2021, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 269 раз и оно понравилось 4 людям.