How do you write an SQL insert statement?

Answer Posted / vamsilakshman

create table tablename (sid int,sname varchar(20))
insert into tablename(1,'vamsi')
insert into tablename(2,'lakshman')

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How will you check that a variable is an array in vbscript?

723


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

1932


Which date function is used in the vbscript language to find the difference between the 2 dates?

784


Explain about filter expression?

738


How can you fetch the value of a cookie?

742






How will you release the memory acquired by an array variable in vbscript?

957


What is the difference between for loop and while loop?

764


When are redim statement and preserve keyword used in the vbscript language?

790


How to delete a cookie using vbscript?

763


How to take whole text output from screen of Bitmap Application.

2048


Write program for identifyig duplicates in flight Departing from and Arriving in mercury tours(web application).

1644


I have attended Anovatek Software QTP interview. They will give us computer and one web based application with QTP. We have to automate some records (already updated records or new records) using QTP Data driven testing. But we should use for loop? Can any one know how to do data driven testing using For loop?

1730


What are subprocedures in vbscript?

843


How to Enter Values on the Command promt using VB script

1719


Which keyword is used to declare a variable in the vbscript language?

683