Top Categories
SQL Server: How to insert rows into a table
- Category:
- Sub Category:
explaining how to create a table in Microsoft SQL Server. SQL Statement: INSERT INTO [dbo].[Vendor] ([VendorID] ,[VendorName] ,[VendorState]) VALUES ('Vend001', 'Acme Co', 'MN')