Introduction to Microsoft SQL (T-SQL) 3 - Adding and Retrieving Data

preview_player
Показать описание
In the third video of this new series, we'll add data into our database, and then get the data back.
Want more? My SQL Server Udemy courses are:
----
We'll find out how to import data from a spreadsheet by simply copying and pasting it into the data. We'll then see how we can edit the data in SQL Server, and also retrieve it - all using a click of the mouse.
----
Рекомендации по теме
Комментарии
Автор

so when we are adding the data to the tables, we do not need to save them right? The cells get automatically saved, is it?

asmitadasgupta
Автор

I am getting an error mentioning "the row values updated or deleted either do not make the row unique or they alter multiple rows." what should I do? I have foreign keys in the table.

asmitadasgupta