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...

Consider a table with 8 rows 4 rows contains value 0 and 4
rows contains value 1.Now write a single update query to make
all 0's as 1 and all 1's as 0

Answer Posted / shaheem ck

UPDATE <tablename>
SET <columnname> = DECODE(<columnname>,0,1,
1,0,
<columnname>);

Is This Answer Correct ?    4 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can I use sql azure as a backup with log shipping or database mirroring?

156


Where sql server user names and passwords are stored in sql server? : sql server database administration

994


What do you understand by a view? What does the with check option clause for a view do?

954


What are user-defined functions (udfs) in sql server?

937


Can you type more than one query in the query editor screen at the same time?

955


what is the system function to get current user's user id? : Sql server database administration

951


While migrating Microsoft SQL Server 2008 database to SQL Azure, what can be done to ensure the database connectivity does not degrade?

109


What are the different types of sub-queries?

997


What is the difference between the export /import functions in sql studio and standalone sql manager? : sql server management studio

1072


Explain what is public role in sql server?

1060


What samples and sample databases are provided by microsoft?

978


What is ssrs?

117


what is a schema in sql server 2005? Explain how to create a new schema in a database? : Sql server database administration

956


What is cursors?

1096


What is GUID in sql server?

1094