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


Can some one please help with a query which will take only
max value of a column in a join.

Answers were Sorted based on User's Feedback



Can some one please help with a query which will take only max value of a column in a join...

Answer / debasish

select max(alias.colomnname) from table alias
join table alis on
<condition>

Is This Answer Correct ?    6 Yes 1 No

Can some one please help with a query which will take only max value of a column in a join...

Answer / vaibhavi_dixit

select max(alias1.columnname) from table1 alias1
join table2 alias2
on condition

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More SQL Server Interview Questions

Indexes are updated automatically is the full-text index also updated automatically?

0 Answers  


What are the Pre Requisites when you apply Srvice Packs?

1 Answers   IBM,


What is an extended stored procedure? Can you instantiate a COM object by using T-SQL?

3 Answers   HCL,


What is the difference between DATETIME2 and DATETIME?

0 Answers   Infosys,


How do we rollback the table data in SQL Server

3 Answers  


List some of the rules that apply to creating and using a ‘view’

0 Answers  


How can I get data from a database on another server?

0 Answers  


What are the parts of a function?

0 Answers  


What is mscorsvw.exe - process - microsoft .net framework ngen?

0 Answers  


What is named calculation? : sql server analysis services, ssas

0 Answers  


How do I open a .db file?

0 Answers  


What are the database roles? : sql server security

0 Answers  


Categories