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 to fetch alternate records from a table?

0 Answers  


How do we use distinct statement? What is its use?

0 Answers  


What is pls_integer in pl sql?

0 Answers  


Is sql open source?

0 Answers  


how to create user in sql and how to set password for that?

3 Answers  






what is a trigger in mysql? : Sql dba

0 Answers  


How does left join work in sql?

0 Answers  


What is use of package in pl sql?

0 Answers  


Can we debug stored procedure?

0 Answers  


What is offset in sql query?

0 Answers  


i have a customer table. trans_id trans_date trans_amt debit_credit_indicator 001 01-JAN-13 1099 cr 001 12-JAN-13 500 db 002 24-FEB-13 400 db 002 23-MAR-13 345 cr 001 18-APR-13 800 cr 002 15-MAR-13 600 db 001 12-FEB-13 200 cr i want like this output. trans_id trans_amt debit_credit_indicator i want get highest credit amount and lowest credit amount and highest debit amount and lowest debit amount for each trans_id.

2 Answers   Oracle,


How to disable a trigger name update_salary?

0 Answers  


Categories