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#



i have a table with column sno with 30 records. i want to update this column by item by item in as..

Answer / 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

More SQL PLSQL Interview Questions

How do I order by ascending in sql?

0 Answers  


what is the difference between group by and order by in sql? : Sql dba

0 Answers  


name 3 ways to get an accurate count of the number of records in a table? : Sql dba

0 Answers  


What is a behavioral trigger?

0 Answers  


What is schema in sql?

0 Answers  






Explain the steps needed to create the scheduled job?

0 Answers  


is mysql query is case sensitive? : Sql dba

0 Answers  


What is user define exception and example

1 Answers   HP, KP,


How do I find duplicates in the same column?

0 Answers  


What are the two virtual tables available at the time of database trigger execution?

0 Answers  


When the mutating error will comes? and how it will be resolved?

2 Answers  


Does SQL*Plus contains pl/sql Engine?

1 Answers   TCS,


Categories