Home arrow Oracle arrow Page 4 - Using Query Builder in the Oracle 10g Express Edition

Creating a SELECT query with a WHERE clause - Oracle

In an earlier tutorial we saw how to use SQL commands in the Oracle 10g Express Edition, or simply Oracle XE. We also saw how to use the PL/SQL commands as well. In this tutorial we will see how to use the Query Builder, the graphical interface for fashioning and running SQL in the Oracle XE. The tutorial shows how to interact with the query builder to create a SELECT query in the context of a single table as well as a SELECT query from two related tables.

TABLE OF CONTENTS:
  1. Using Query Builder in the Oracle 10g Express Edition
  2. Querying a single table
  3. A simple SELECT query
  4. Creating a SELECT query with a WHERE clause
  5. Creating a SELECT query on two tables which are related
By: Jayaram Krishnaswamy
Rating: starstarstarstarstar / 14
June 14, 2006

print this article
SEARCH DEV SHED

TOOLS YOU CAN USE

advertisement

Employees hail  from different cities. You could find all those from, say, "Seattle" by imposing a condition. The following qualified Select will show just that. You qualify your Select by typing in the condition '='Seattle' in the Condition part of the GUI as shown.

Now the window in the SQL tab will show the following content:

The Result tab will show the following window.



 
 
>>> More Oracle Articles          >>> More By Jayaram Krishnaswamy
 

blog comments powered by Disqus
   

ORACLE ARTICLES

- Oracle Releases Communications Network Integ...
- Oracle Releases Communications Data Model 11...
- Oracle Releases PeopleSoft PeopleTools 8.52
- Oracle Integrates Cloudera Apache Distro, My...
- Oracle Releases MySQL 5.5.18
- Oracle Announces NoSQL Database Availability
- Sorting Database Columns With the SELECT Sta...
- Retrieving Table Data with the LIKE Operator
- Using the IN and BETWEEN Operators on Tables
- Clauses and Logical Operators for Retrieving...
- Limiting Rows When Retrieving Table Data
- Using Scalar Functions for Retrieving Data
- Retrieving Data with String and Arithmatic E...
- Coding the SELECT Statement
- Oracle Releases iPad Virtual Desktop and Exa...


© 2003-2012 by Developer Shed. All rights reserved. DS Cluster 3 - Follow our Sitemap

Dev Shed Tutorial Topics: