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
 Explain what is sql override for a source taLle in a mapping?
What are recommended options to be used while using db mirroring? : sql server database administration
How do you delete a data source?
Suppose you want to implement the following relationships while designing tables. How would you do it?a.) One-to-oneb.) One-to-manyc.) Many-to-many
Describe in brief authentication modes in sql server.
how will add additional conditions in sql?
What is mapping schema?
Is resultset an interface?
How to download and install sql server 2005 books online?
What is the need for indexing?
What is a database table?
Can two tables share the same primary key?
What are different types of data sources?
What command do we use to rename a database?
Explain what is meant by replication of database?