SQL Server: How to Insert Data into a Table Using SQL Script

Publié le: 10 juin 2021
sur la chaîne: Saturday Night Coder
3,467
30

In this video we take a look at how to insert data into a table in SQL Server using SQL script within SQL Server Management Studio.

Links:-

(Microsoft SQL Server Management Studio: How To Download & Use For Free)    • Microsoft SQL Server Management Studio: Ho...  
(SQL Server: How To Create A Table Using SQL Script)    • SQL Server: How To Create A Table Using SQ...  

Script:-

INSERT INTO [dbo].[Config]([Key], [Value])
VALUES
('Key1', 'Value1'),
('Key2', 'Value2'),
('Key3', 'Value3')
GO

If you enjoyed the video don't forget to like, comment and subscribe. Thanks for watching.


Sur cette page du site, vous pouvez voir la vidéo en ligne SQL Server: How to Insert Data into a Table Using SQL Script durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur Saturday Night Coder 10 juin 2021, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 3,467 fois et il a aimé 30 téléspectateurs. Bon visionnage!