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 |
Could Anybody tell me VBScript for Check if a given number is Prime number-Don't use any Built- in Functions Boolean/int is Prime(int number).. Thanks in advance.
what is used of Property........End Property loop ? how to write the script for it?
For a webbased application:- what should be code in expert veiw, for retrieving a single column name "username" from a server and checking whether exported "username" from datatable doesn't exist in server. suppose i have saved in excelsheet a username="gayatri" , which is exported, then checked for whether this username "gayatri" exist in server database or not ? if exist then allow to enter new username, which should be again checked for in loop , or else come out of loop and enter a distinct "username". plz let me have this answer in my id gayatrisahooin@hotmail.com
How will you trim the spaces on the left of a string using vbscript?
Which in-built functions are used to convert the specified expression in the form of date and string in the vbscript language?
What is the difference between vb debugger and the script debugger?
How can you test font size, type and color using QTP tool?
can u test the application without add-in?
i want to when we will write the scripts either after getting the build or after getting the SRS?
What are the differences between Visual Basic, VBA and VBScript? When would it be appropriate to use one as opposed to another?
Which function is used to perform string comparison?
wat is the com(common object model)object for mozilla firefox???????plz if any one know the exact answer....reply me......