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 you can call vbscript functions?

554


Explain about the support of asp for vb script functionality?

507


HOw we can apply web service checkpoint in QTP 9.5? I tried it out with net connection also. But not getting success.

2042


How will you get the smallest subscript of an array in vbscript?

786


What is the difference between do until loop and do while loop?

510






Explain about arrays in vb script?

584


How will you get the last occurrence of one string within another string using vbscript?

663


How to write a VBscript for web page performance test i need a code send if any knows the code If any knows VBScript book plz send to me the link to my mail plz

2362


What are events in the vbscript language?

529


can anyone tell me the procedure of interview held in applabs

1728


Can someone please tell me what poor design in a relational database (not the layout or style) is and how it can be avoided? PLEASE...im desperate.

1389


What is the purpose of regexp object in vbscript?

533


When does ‘on click of button’ event gets triggered in the vbscript language?

520


How will you get the natural logarithm of the given number in vbscript?

583


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

1442