Interview Questions

How do you write an SQL insert statement?

ASP Interview Questions and Answers


(Continued from previous question...)

125. How do you write an SQL insert statement?

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

(Continued on next question...)

Other Interview Questions