How do you write an SQL insert statement?
Answers were Sorted based on User's Feedback
Answer / srinivas reddy
In SQL Insert statement is
insert into tablename values(columnname1 datatype,
columnname2 datatype........)
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / pravati
INSERT INTO tablename(column name1,column name2,column name3....)
VALUES(value1,value2,value3...)
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / 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 |
Which operator can be used to change the value of the operand or change the state of the condition?
Find Out Length of an array without using Ubound?
what is resorceallocation
what is the code in QTP to take screen shot? Please send me any one to my mail id. my mailid is manu.sanepalli@gmail.com
Can automation testing find ssame no. of bugs what we can find by manual testing?
What is vbscript?
what is used of Property........End Property loop ? how to write the script for it?
write a program to display configuration of a local system with the help of vb script.
what is the features of visual basic?
Hello friends..... Can any give the methods for Ms-Access, and Mozilla firefox in Automation Object Model in QTP. Please give me currect answers... if you do not understand my question please don't give answers. Thanking you.
Both Static and dynamic arrays are handled by VB script. Is it true?
What is the use of option explicit statement?