How do you write an SQL insert statement?

Answer Posted / pravati

INSERT INTO tablename(column name1,column name2,column name3....)
VALUES(value1,value2,value3...)

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is the difference between modular and data and keyword driven framework

1733


Which operator is used to perform the comparison among 2 operands in the vbscript language?

518


What are the different types of operators and their order of precedence?

557


Explain about scrrun.dll?

519


Can automation testing find ssame no. of bugs what we can find by manual testing?

1453






I am working on QTP, got struck in one place.. In my application depending upon configuration WebEdit count is increasing/ decreasing.. how to get these webedits..

1797


Mention what is the use of option explicit in vbscript?

537


Can any one provide code for Mid(string,start[,length]). I have been asked to write code for Mid(). i.e We need to define our own function say MyMid() which should behave same like built-in Mid function

1908


How strcomp function works?

617


Explain about .wsf files?

609


What are lbound and ubound in the vbscript language?

591


Mention what is variant in vbscript?

547


Write a function for Instr(). We need to write a function that works as same as Instr(). Code or Even pseudo code is good enough for me.?

2022


How to Convert Hex color code to color name in VB Script?

3922


write a function to read the items from combobox of Flight reservation & save in excel (QTP)??

2383