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 |
how to increasing the numbers in a given text box please write a vb script
I need to get some data from data base and store this (retrieved) data in a excel sheet using VB script in QTP9.0 I have created connection for data base I have created as excels sheet by using Set XL=CreateObject("Excel.Application") XLworksheet.cells(1,1).value= rs.fields.item("<<The data retrieved from data base >>") I have taken a for loop and changed the cells values (1 as i and another 1 as j) But still I am not able to get Plz kindly tell me know this . It is very urgent
write a vb script to display 3*3 matrix
write a vb script to display the reverse of vbs
In html file what is an ideal position to include vbscript?
accept a string & display whether a is present or not
what is the differenece btwn scripting language and programming language
how to find the textfile in the folder and copy file from one folder to another folder useing parameterigation in QTP
what is descriptive programming in QTP and what is environment variable in QTP? where we store and what is its use?
What is the use of the date function in the vbscript language?
How are values assigned to the variables in the vbscript language?
please can you help me to get a code of flames using a visual basic 6