Logo 
Search:

Oracle Articles

Submit Article
Home » Articles » Oracle » Select QueryRSS Feeds

Example to find employees from state 'Delhi' using select query

Posted By: Bailey Evans     Category: Oracle     Views: 1813

This article provides an example to find employees from state 'Delhi' using select query.

Code for Example to find employees from state 'Delhi' using select query in Oracle

select * from employees wherestatelike'Delhi';
  
Share: 



Bailey Evans
Bailey Evans author of Example to find employees from state 'Delhi' using select query 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!