Write one update command to update seqno field of a table
on the basis of row number.
Answer Posted / priyanka
update table1 set seq_no =rownum where 1=1;
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
what is the difference between blob and text? : Sql dba
What is sql and how does it work?
What are different types of functions in sql?
What is a memo field?
What is the order of sql select?
Is inner join faster than left join?
What is indexing oracle sql?
What are the types of functions in sql?
Is postgresql a nosql database?
what is the difference between inner and outer join? Explain with example. : Sql dba
Is t sql a programming language?
Does oracle use sql?
What is sql analyzer?
what does the t-sql command ident_incr does? : Transact sql
How can you load multi line records? : aql loader