August 2002
Intermediate to advanced
528 pages
10h 12m
English
The next chapter will introduce you to the SELECT command, which is used to produce information by querying the Oracle database. The chapter will also cover the SELECT statement’s SELECT, WHERE, and ORDER BY clauses. The SELECT clause is used to identify the attributes from the database. The WHERE clause is used to identify the records that will produce the attributes. The ORDER BY clause causes the SELECT command to return the attributes in a particular order.