Modify Data with Transact-SQL [7 of 7] | Programming Databases with T-SQL for Beginners

preview_player
Показать описание
In this video, you will learn how to use Transact-SQL to insert, update, and delete data in a database.

0:00 Introduction
0:45 Demos: Insert, update, and delete data in a database with T-SQL

✔️ Resources:

#AzureSQL #SQLServer #transactsql #tsql #tsqlforbeginners #learnsql
Рекомендации по теме
Комментарии
Автор

Yeah, pretty sure most IT Developers would answer the same thing "no comments" about updating an entire table, by mistake. Thank goodness for backups 🤣

Edit: One thing isn't 100% correct, Buck. When doing truncate the identity column is reset to it's seed value (1 by default if it doesn't have a specified seed), only delete maintains the identity count.

heimdallcvl