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
Which is better cte or subquery?
Why are indexes and views important to an organization?
Enlist the data types that can be used in pl/sql?
what is 'mysqldump'? : Sql dba
what is the difference between rownum pseudo column and row_number() function? : Sql dba
How to display the records between two range in Oracle SQL Plus?
What are all different types of collation sensitivity?
what is auto increment? : Sql dba
How to write a query to show the details of a student from students table whose
What is data manipulation language?
what are the performance and scalability characteristics of mysql? : Sql dba
What is output spooling in sql*plus?
what are the differences between require and include, include_once and require_once? : Sql dba
What is the difference between null value, zero, and blank space?
what is an extent ? : Sql dba