How do you write an SQL insert statement?

Answer Posted / srinivas reddy

In SQL Insert statement is

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

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Description.Create

2365


Mention what are the rules to name variable in vbscript?

759


How to Convert Hex color code to color name in VB Script?

4159


Which function is used in the vbscript language to convert the specified expression into a date type value?

697


What purpose does ‘on error resume next’ serves?

785


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

1719


Mention how you can call vbscript functions?

804


Why is the use of exit do or exit for statements within loops discouraged?

773


What are the 2 ways in which a variable can be declared in the vbscript language?

791


Which constant is used for print and display functions and works as same as pressing enter key?

768


What is the scope of a constant declared using public?

742


There are 5 web pages.write a script to click the button on 4th web page.

3182


What is dictionary object in vbscript? Explain?

867


Explain about operator precedence in vb script?

818


What is Procedure or Subroutine in VB Script?

828