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
Description.Create
Mention what are the rules to name variable in vbscript?
How to Convert Hex color code to color name in VB Script?
Which function is used in the vbscript language to convert the specified expression into a date type value?
What purpose does ‘on error resume next’ serves?
Can automation testing find ssame no. of bugs what we can find by manual testing?
Mention how you can call vbscript functions?
Why is the use of exit do or exit for statements within loops discouraged?
What are the 2 ways in which a variable can be declared in the vbscript language?
Which constant is used for print and display functions and works as same as pressing enter key?
What is the scope of a constant declared using public?
There are 5 web pages.write a script to click the button on 4th web page.
What is dictionary object in vbscript? Explain?
Explain about operator precedence in vb script?
What is Procedure or Subroutine in VB Script?