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 ? | 1 Yes | 4 No |
Post New Answer View All Answers
what are all types of user defined functions? : Sql dba
What is dba in sql? : SQL DBA
What is sql entity?
Is left join inner or outer?
Why select is used in sql?
What is a record in a database?
How can we make an if statement within a select statement?
What is nosql vs sql?
What is the difference between having clause and where clause?
What is the usage of when clause in trigger?
what is a constraint? Tell me about its various levels. : Sql dba
What is an index in sql with example?
What do you mean by “trigger” in sql?
What is sorting in sql?
Name the operator which is used in the query for pattern matching?