ASP Programming Question:
Download Job Interview Questions and Answers PDF
How do you write an SQL insert statement?
Answer:
insert into tablename (field, fieldB, fieldC)Values(’dataA’, ‘dataB’, ‘dataC’);
Download ASP Programming Interview Questions And Answers
PDF
Previous Question | Next Question |
Why do we use Option Explicit? | How can you have different number of cells for each row of a table in HTML? |