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

difference between select column name from table name where
serviceid=2; and select max(column name) from table name
where serviceid=2;
IN ORACLE

Answer Posted / raghu

Let's Say Struct of Table_Name is
Column_name Varchar, Service_id Int

Values:('AAA',2),('BBB',2),('CCC',2),('DDD',2)

ANS:
select column name from table name where
serviceid=2
ANS:


Column_name
----------------------
AAA
BBB
CCC
DDD
select max(column name) from table name
where serviceid=2;

ANS:
-------
AAA

Is This Answer Correct ?    2 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

tell me what is blocking and how would you troubleshoot it? : Sql server database administration

944


How can you stop stored procedures from recompiling?

948


What is report snapshot?

163


what changed between the previous version of sql server and the current version? : Sql server database administration

1054


What are the different types of backups avaialabe in sql server 2005?

1062


Write a sql query to get zero records from a table having n number of records?

1235


How to rebuild the master database?

1138


How to delete existing rows in a table?

1246


What is difference between oltp and olap?

1093


Can we perform backup restore operation on tempdb? : sql server database administration

1047


How to count duplicated values in a column in ms sql server?

1170


What is data source document?

1089


How to get the query of a table in sql server?

962


How to round a numeric value to a specific precision?

1126


Explain something about security and SQL Azure?

134