Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

- Types of triggers - View - Dcl - Procedures, packages, functions - Metasolve - Can use Dcl in triggers - package case study - Cursor and its types - triggers schedule - Wrap - Why we are using fetch and for in cursor. difference?

1893


what are the system privileges that are required by a schema owner (user) to create a trigger on a table?

1121


How do I find duplicates in the same column?

1170


how to load data files into tables with 'mysqlimport'? : Sql dba

1146


What are the topics in pl sql?

1023


Can you skip header records while loading? : aql loader

1100


Explain sql data types?

1144


Can we use threading in pl/sql?

1092


What is procedure explain with program?

1067


What are database links used for?

1095


Where is sql database stored?

1038


Which data dictionary views have the information on the triggers that are available in the database?

1298


What is difference between ms sql and mysql?

1015


what is the command line end user interface - mysql? : Sql dba

1028


What is user defined functions?

1028