Pass1000! > Oracle > Introducing the SQL SELECT Statement

Introducing the SQL SELECT Statement

02.08.2010 by admin - 0 Comment
Posted in Oracle
nowexam

The SELECT statement from Structured Query Language (SQL) has to be the single most powerful nonspoken language construct. The SELECT statement is an elegant, flexible, and highly extensible mechanism created to retrieve information from a database table. A database would serve little purpose if it could not be queried to answer all sorts of interesting questions. For example, you may have a database that contains personal financial records like your bank statements, your utility bills, and your salary statements. You could easily ask the database for a date-ordered list of your electrical utility bills for the last six months or query your bank statement for a list of payments made to a certain account over the same period. The beauty of the SELECT statement is encapsulated in its simple English-like format that allows questions to be asked of the database in a natural manner.
Tables, also known as relations, consist of rows of information divided by columns. Consider two of the sample tables introduced in the previous chapter: the EMPLOYEES table and the DEPARTMENTS table. This sample dataset is based on the Human Resources (HR) information for some fictitious organization. In Oracle terminology, each table belongs to a schema (owner): in this case the HR schema.
The EMPLOYEES table stores rows or records of information. These contain several attributes (columns) that describe each employee in this organization. The DEPARTMENTS table contains descriptive information about each department within this organization, stored as rows of data divided into columns.
Assuming a connection to a database containing the sample HR schema is available, then using either SQL*Plus or SQL Developer you can establish a user session. Once connected to the database, you are ready to begin your tour of SQL.

Random Posts

  • November 26, 2009 -- Publish Tibco Software Inc certification TB0-107 exam information (0)
    The leader among the providers of TB0-107 preparatory materials is products such as Tibco Software Inc pdf Braindumps(Printable Version).Pass1000 successful Guide students to pass any IT certification. Provide latest certification information of IT ...
  • September 24, 2009 -- 10g DBA Certification 1Z0-312 Exam (0)
    High quality and Valued for the 1Z0-312 Exam: 100% Guarantee to Pass Your 1Z0-312 exam and get your 10g DBA Certification. Come to http://www.Killtest.com The easiest and quickest way to get your 10g DBA Certification. 1. Which  three statements correctl...
  • October 22, 2009 -- CCIE Voice Lab Exam Overview (0)
    The CCIE lab exam is an eight-hour, hands-on exam which requires you to configure a Cisco enterprise voice solution over an IP network. Although basic network connectivity is provided, you will be responsible for configuring the pre-installed applications...
  • November 28, 2009 -- Publish OMG certification UM0-401 exam information (0)
    The leader among the providers of UM0-401 preparatory materials is products such as OMG pdf Braindumps(Printable Version).Pass1000 successful Guide students to pass any IT certification. Provide latest certification information of IT Exam .Self-lear...
  • April 10, 2010 -- HP certified HP0-S23 study guides with NowExam HP0-S23 exam training materials (0)
    NowExam provide of HP0-S23 HP Design & Implementation of HP Systems Insight Manager v5.3 HP0-S23 preparatory materials is products such as latest (HP0-S23 Exam) HP pdf Braindumps (Printable Version).NowExam successful Guide students to pass any ...

Comments are closed.