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’)
Tags:
Database