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
ERROR:Insert or update on table"accnt" violates foreign key constraints "acct_to_curr_symbol" DETAILS:KEY(accnt_curr_id)(-2)is not present in the table "curr_symbol" ......solve The Problem..
What is the difference between partition and index?
What is the difference between explicit and implicit cursors in oracle?
how to install mysql? : Sql dba
What is difference between sql and mysql?
Which constraints we can use while creating database in sql?
how to create a table index in mysql? : Sql dba
What are the built in functions of sql?
How do you delete data from a table?
Can we enter data in a table in design view?
Can a commit statement be executed as part of a trigger?
What is the difference between alter trigger and drop trigger statements?
Is and as keyword in pl sql?
Can you do multiple joins in sql?
What is dialect in sql?