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 |
If a calulator having 3 buttons (of any number)in 3 of them one is not working properly due to which answer is wrong always. write a script to find out which button is not working properly ?
Explain the adodb.stream class?
Hi all..I have two values. a=20 ,b=30 I want to perform c= a+b and c= a*b using user define function.please anyone give the answer
write a vb script to generate 3*3 matrix
why do u choose to go for testing why cant for devoloping
wat is the com(common object model)object for mozilla firefox???????plz if any one know the exact answer....reply me......
What are the different types of operators and their order of precedence?
What are the differences between Visual Basic, VBA and VBScript? When would it be appropriate to use one as opposed to another?
write a vb script to create a folder?
write a vb script to add two 2*2 matrix
What aspects of vbscript make it safe so that a web page using vbscript cannot destroy or corrupt information on a user's computer?
create a form to accept username and password validate the username and password with using message box, display the corresponding user message