Write one update command to update seqno field of a table
on the basis of row number.
Answer Posted / rk
update emp_test a set empno=7469 where (select empno from
(select rownum r,empno from emp_test) where r=6 )=a.empno
use seqno in place of empno
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What is the current version of sql?
what are the differences between char and nchar? : Sql dba
What is a variable in sql?
What is the difference between a procedure and a function?
How many types of literals are available in pl sql?
Determine if oracle date is on a weekend?
What is cartesian join in sql?
How to rename a table?
How can you save or place your msg in a table?
What mean sql?
Why do we use sql constraints? Which constraints we can use while creating database in sql?
Is primary key an index?
How can I change database name in sql?
Can you load data into multiple tables at once? : aql loader
Explain what is sql?