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
Explain what is sql*plus?
What does varchar include?
Explain mutating table error.
Which certification is best for sql?
Is hadoop a nosql?
Explain polymorphism in pl/sql.
What is data profiling in sql?
What are transaction and its controls?
What is application trigger?
Can a table contain multiple foreign key’s?
What is your daily office routine?
What are two statement types in sql?
How do I know if I have sql express or standard?
how to decrement dates by 1 in mysql? : Sql dba
What is partition by in sql?