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 / nishadks

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:
-------
DDD

Is This Answer Correct ?    19 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between mysql and mysqli?

1084


What are the benefits of filtered indexes?

977


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

883


What is attribute? : sql server analysis services, ssas

978


How to find the version of sql server? : sql server database administration

1045


How to use the inserted and deleted pseudo tables?

914


what stored procedure would you use to view lock information? : Sql server administration

925


Does sql server use java?

995


What happens if null values are involved in string operations?

920


What is the sql case statement used for?

1034


How to generate create table script on an existing table in ms sql server?

1091


what types of replication are supported in sql server? : Sql server database administration

954


How to list all objects in a given schema?

985


What are the types of dml?

930


What is a virtual table in sql?

943