What is oracle and what are its different editions?
No Answer is Posted For this Question
Be the First to Post Answer
what is exact difference between drop and truncate table.
Why does for update in oracle 8 cause an ora-01002 error?
Can you create a synonym without having a table?
How to pass parameters to procedures in oracle?
What are the four Oracle system processes that must always be up and running for the database to be useable?
How to count duplicated values in a column in oracle?
Q) How to Find Max Date from each Group? (Asked in Infosys (INFI)Interview)
What is oracle instant client?
What is the order of defining local variables and sub procedures/functions?
How to create a new table by selecting rows from another table?
In oracle there is column command, how will you explain that?
How can return max date row A b c d e 1 2 1-mar-09 5 10 1 2 10-mar-09 5 10 Only using oracle predefined function. Not user defined. Output:-- A b c d e 1 2 10-mar-09 5 10