Logo 
Search:

Oracle Articles

Submit Article
Home » Articles » Oracle » Select QueryRSS Feeds

Example to find items having unit price greater than or equal to 500

Posted By: Adalrik Fischer     Category: Oracle     Views: 1956

This article provides an example to find items having unit price greater than or equal to 500.

Code for Example to find items having unit price greater than or equal to 500 in Oracle

select * from item where itemprice >= 500;
  
Share: 



Adalrik Fischer
Adalrik Fischer author of Example to find items having unit price greater than or equal to 500 is from Frankfurt, Germany.
 
View All Articles

Related Articles and Code:


 
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!