What is the use of aggregate functions in oracle?
No Answer is Posted For this Question
Be the First to Post Answer
The table has 3 columns 4 rows. The output is which column has least null values( A COL SHOULD BE THE OUTPUT) Write the query plz. A B C ================ 1 NULL 2 NULL 3 4 NULL 5 6 7 NULL NULL O/P C = 2 4 6
Is oracle a programming language?
what is pragma?
How can Oracle users be audited?
What is a heap related to database ?
1 Answers TCS, University of Edinburgh,
I have a table like this Table Name:Products Productid Price 1 10 1 10 2 20 3 30 3 30 But i want to output like this. productid price 2 20. please replay me.
HI ALL, CAN ANYONE TELL ME THE DIFFERENCES BETWEEN SQL CLUSTURS,MSQL CLUSTERS,ORACLE CLUSTERS.......THANKS IN ADVANCE
What is a proxy object?
How do I limit the number of oracle database connections generated by weblogic server?
What query tells you how much space a tablespace named test is taking up, and how much space is remaining?
how to handle exceptions in post production
How to join two tables in a single query using oracle?