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
Answer / vaibhavi_dixit
select max(alias1.columnname) from table1 alias1
join table2 alias2
on condition
Is This Answer Correct ? | 2 Yes | 0 No |
How do clustered indexes store data?
How much space does sql server 2016 take?
What protocol does sql server use?
What is trace flag in sql server?
What are the pre-defined functions in the sql server?
Relational calculus is what type of language?
How to maintain a fill factor in existing indexes?
Explain various On-Delete options in a DB table. Which is the default option?
0 Answers Akamai Technologies,
What is a document index?
When do you create cluster and noncluster index?
What are Magic Table?
34 Answers 3i Infotech, Digiweb, Evalueserve, NIIT, PL,
What is difference between unique and primary key?