Answers

Question and Answer:

  Home  ASP Programming

⟩ How do you write an SQL insert statement?

insert into tablename (field, fieldB, fieldC)Values(’dataA’, ‘dataB’, ‘dataC’);

 170 views

More Questions for you: