In a table only one column how to update rows
Answer Posted / geetha
create a table with one column
select sno,rowid from test_table;
then use the rowid to update the col..
update test_table set sno = value where rowid =' '
| Is This Answer Correct ? | 10 Yes | 7 No |
Post New Answer View All Answers
What does fetching a cursor do?
Which is faster view or stored procedure?
What is meant by temporal data?
How do I tune a sql query?
What does count (*) do in sql?
How consistent is the view of the data between and within multiple sessions, transactions or statements ?
How to run sql statements with oracle sql developer?
How to run pl sql program in mysql?
How do you update sql?
Which sql statement is used to return only different values?
Explain how can you save or place your msg in a table?
What packages are available to pl/sql developers?
Differentiate between pl/sql and sql?
Why is sql better than hql?
What is full join in sql?