Logo 
Search:

Oracle Articles

Submit Article
Home » Articles » Oracle » Select QueryRSS Feeds

Display lowest item price of item table using min() function

Posted By: Isla Hughes     Category: Oracle     Views: 1912

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

Code for Display lowest item price of item table using min() function in Oracle

Selectmin(itemprice) from item;

Output:

MIN(ITEMPRICE)
--------------
10
  
Share: 



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