Logo 
Search:

Oracle Articles

Submit Article
Home » Articles » Oracle » Select QueryRSS Feeds

Display highest item price of item table using max() function

Posted By: Isla Hughes     Category: Oracle     Views: 2157

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

Code for Display highest item price of item table using max() function in Oracle

Selectmax(itemprice) from item;

Output:

MAX(ITEMPRICE)
--------------
700
  
Share: 



Isla Hughes
Isla Hughes author of Display highest item price of item table using max() 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!