Can some one please help with a query which will take only
max value of a column in a join.
Answer Posted / 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 View All Answers
Define inner join? Explain with an example?
In which files does sql server actually store data?
what is the difference between openrowset and openquery?
Explain what is scheduled job and how to create it?
What is recursion? Is it possible for a stored procedure to call itself or recursive stored procedure? How many levels of sp nesting is possible?
Is there any performance difference between if exists (select null from table) and if exists (select 1 from table)?
Where are SQL server users names and passwords are stored in sql server?
What are parameterized reports?
What are cursors in ms sql server?
What are some of the pros and cons of not dropping the sql server builtinadministrators group? : sql server security
what are acid properties? : Sql server database administration
Issues related in upgrading SQL Server 2000 to 2005 / 2008
How to find tables without indexes?
What is data compression? : sql server database administration
What programming language would you use to create embedded functions in ssrs?