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 |
What is the meaning of resultset type_scroll_insensitive?
Are connections to sql server encrypted?
What are sub-queries? Give example? In which case sub-queries are not feasible?
Why we use trigger in sql server with example?
How to drop an existing schema in ms sql server?
What is the fastest way to permanently delete a 1 million row table named customers?
List some major differences between triggers and stored procedures?
1.what are diff types of joins , and explain diff between cross join and full outer join 2.diff types of views 3. Diff types of index 4. What is diff b/w stores procedure and function procedure 5.diff between double and int in SQL 6.diff between char and varchar in SQL. 7.Oracle or SQL whice you will preferred and why.
What is a join and their types?
2 Answers Challenger Financial,
What do you mean by subquery?
What is Query Execution Plan? How does it help optimize or tune a database driven application?
Tell me what is log shipping?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)