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
How to declare a local variable?
How to use regular expression in pattern match conditions in oracle?
How to connect to a remote server?
How would you configure your networking files to connect to a database by the name of DSS which resides in domain icallinc.com?
What is rich query?
Does facebook use oracle?
How many types of table in Oracle?
What is a trigger oracle?
How to drop an index?
What is the sid in oracle?
What are the built-in functions used for sending Parameters to forms ?
What is the usage of synonyms?
What is a nested table and how is it different from a normal table?
What types of joins are used in writing subqueries?
What is transaction control statement and how many types of transaction control statement in Oracle?