Q) How to Find Max Date from each Group? (Asked in Infosys
(INFI)Interview)
Answer Posted / sudipta santra
select market_id, mkt_name, max(sale_dt)
from market
group by market_id, mkt_name;
Note: This is the only correct answer
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is tns service name?
Explain an index?
What operating systems are supported by oracle database 10g xe?
How do we get field details of a table?
Will you be able to store pictures in the database?
What are the predefined tablespaces in a database?
What is oracle database client?
How would you begin to troubleshoot an ORA-3113 error?
How to create a stored function in oracle?
Does oracle database need java?
What is index in Oracle?
Give the advantages and disadvantages of clusters.
What is transaction control statement and how many types of transaction control statement in Oracle?
What are the set operators union, union all, minus & intersect meant to do?
Explain the use of indexes option in exp command.