Insert command into Products in SQL Server

 USE [SqlKiPathashala]

GO


INSERT INTO [dbo].[Products]

           ([MFR_ID]

           ,[Product_id]

           ,[Describtion]

           ,[price]

           ,[QTY_IN_HAND])

     VALUES

           ('REI'

           ,1

           ,'Ratchet link'

           ,579

           ,210)

GO



Comments

Popular posts from this blog

Write a query to practice in Northwind database

How to write an email for last day in office