Answer Posted / kiran kumar
Aggregate functions are sum,avg,max,min,standard deviation,variance,count function.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How to loop through data rows in the implicit cursor?
What is the exact use of Collections?
How do I find my oracle client driver version?
Differentiate between post-database commit and post-form commit?
How to calculate date and time differences in oracle?
How to display employee records who gets more salary than the average salary in the department?
WHAT IS ecc 6.0
How to retrieve the count of updated rows?
i have a question here... As of my knowledge, when we apply an index (b-tree)on a column, internally it arranges the data in b-tree format and do the fetching process correspondingly... and my quetion is... How a bit-map index arranges the data internally when applied on a column?IS it in b-tree format or whatelse?
How do you tell what your machine name is and what is its IP address?
How to convert numbers to characters in oracle?
What happens internally when the user types userID/password@string in SQL PLUS Thanks-Bhaskar
what is the use of triggers in Java program? I mean where do we use triggers in Java programming?
Can multiple cursors being opened at the same time?
why should i declare foreign key constraint as self relation instead of binary relation in tables ?