How do you write an SQL insert statement?

Answers were Sorted based on User's Feedback



How do you write an SQL insert statement?..

Answer / srinivas reddy

In SQL Insert statement is

insert into tablename values(columnname1 datatype,
columnname2 datatype........)

Is This Answer Correct ?    3 Yes 1 No

How do you write an SQL insert statement?..

Answer / pravati

INSERT INTO tablename(column name1,column name2,column name3....)
VALUES(value1,value2,value3...)

Is This Answer Correct ?    1 Yes 0 No

How do you write an SQL insert statement?..

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 do you write an SQL insert statement?..

Answer / ghanshyam vrema

USING ADO Command Object

Is This Answer Correct ?    1 Yes 5 No

Post New Answer

More VB Script Interview Questions

write a program to display the system specifications of client system with the help of vb script.

1 Answers  


accept a string & display whether a is present or not

1 Answers  


Explain the .wsf files?

0 Answers  


Write a Script for ATM in QTP

0 Answers  


Mention what is the main difference between function and sub-procedure?

0 Answers  






what is descriptive programming in QTP and what is environment variable in QTP? where we store and what is its use?

4 Answers   Perot Systems,


am giving to one number u can set into that in date format.u can use any methods

1 Answers   HP,


The function template cocept is implemented in vb.net is ???

0 Answers  


Write a program to create a Dynamic array of size 5 elements and display all the elements.

1 Answers  


How to search word in a string without using instring function?

1 Answers   CSS Corp,


What is the use of the instr function?

0 Answers  


Difference between dim,public and private variables in vb script?

0 Answers  


Categories