ASP Programming Question:

Download Job Interview Questions and Answers PDF

How do you write an SQL insert statement?

ASP Programming Interview Question
ASP Programming Interview Question

Answer:

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

Download ASP Programming Interview Questions And Answers PDF

Previous QuestionNext Question
Why do we use Option Explicit?How can you have different number of cells for each row of a table in HTML?