how to Add Data with the INSERT Statement

In this web programming tutorial we will learn that how we can insert data into a table using sql isert statement in sql server.
INSERT INTO stores
(stor_id, stor_name, city, state, zip)
VALUES
(‘TST2’, ‘Test Store’, ‘Here’, ‘NY’, ‘00319’)

Admin

A Software Engineer, Social Media Marketing Expert, writer,

Post a Comment

Previous Post Next Post