Logo 
Search:

Oracle Articles

Submit Article
Home » Articles » Oracle » Select QueryRSS Feeds

Display average item price of item table using avg() function

Posted By: Lily Brown     Category: Oracle     Views: 2579

This article provides an example to display average item price of item table using avg() function.

Code for Display average item price of item table using avg() function in Oracle

Selectavg(itemprice) from item;

Output:

AVG(ITEMPRICE)
--------------
317
  
Share: 



Lily Brown
Lily Brown author of Display average item price of item table using avg() function is from London, United Kingdom.
 
View All Articles

 
Please enter your Comment

  • Comment should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].

 
No Comment Found, Be the First to post comment!