i have a table with column sno with 30 records. i want to
update this column by item by item in asp.net. i wantto
enter new values into that from 1 to 30 how is it possible
with backend c#
Answer Posted / guest
This will be possible by writing an updatable cursor, as
cursor does row by row manipulatio in table records.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How many sql statements are used?
What is a file delimiter?
What is the difference between sum and count in sql?
What are the different type of joins in sql?
What is union and union all keyword in sql and what are their differences?
What is clustered and nonclustered index in sql?
What does stand for in sql?
How do I run a sql query?
What is sql used for?
What company owns postgresql?
what is not null constraint? : Sql dba
Is sql injection illegal?
Which sql statement is used to return only different values?
How run sql*plus commands that are stored in a local file?
Which one is better subquery or joins?