Pages

Subscribe:

Ads 468x60px

Monday, March 12, 2012

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’)

No comments:

Post a Comment