ASP Programming Question:

How do you write an SQL insert statement?

Tweet Share WhatsApp

Answer:

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

Download ASP Programming PDF Read All 194 ASP Programming Questions
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?