Skip to content

SQL Fundamentals

Best in textbook rentals since 2012!

ISBN-10: 0137126026

ISBN-13: 9780137126026

Edition: 3rd 2009

Authors: John Patrick

List price: $69.99
Blue ribbon 30 day, 100% satisfaction guarantee!
what's this?
Rush Rewards U
Members Receive:
Carrot Coin icon
XP icon
You have reached 400 XP and carrot coins. That is the daily max!

Description:

SQL for Oraclereg; 11g, Accessreg; 2007and the real world! Donrsquo;t just learn ldquo;genericrdquo; SQL. Learn SQL to get results with the worldrsquo;s top database platformsOracle 11g for the enterprise, and Microsoft Access 2007 for the desktop. Based on John Patrickrsquo;s hands-on SQL course at the University of California, Berkeley Extension, this book shows exactly how to retrieve the data you want, when you need it, in any applicationfrom ad hoc reports to the data warehouse. Thoroughly updated for the newest versions of Oracle, Access, and the SQL standard, this book contains more exercises, techniques, and solutions than ever before. Yoursquo;ll learn exactly how to write SQL…    
Customers also bought

Book details

List price: $69.99
Edition: 3rd
Copyright year: 2009
Publisher: Pearson Education
Publication date: 9/2/2008
Binding: Paperback
Pages: 832
Size: 6.90" wide x 9.10" long x 1.20" tall
Weight: 2.596
Language: English

Preface
Storing Information in Tables
Introduction
The Parts of a Table
Examples of Tables
Key Points
Getting Information from a Table
The Select Statement
The Select Clause
The Where Clause
The Order By Clause
Key Points
Compound Conditions in the Where Clause
Compound Conditions in the Where Clause
Constant Values
Punctuation Matters
Case Sensitivity
Three-Valued Logic
Error Messages
Some Exercises Solved for You
Key Points
Saving Your Results
Saving Your Results in a New Table or View
Modifying the Data in a Table with SQL
Modifying the Data in a Table with the GUI
Restrictions on Modifying the Data in a Table
Key Points
The Data Dictionary and Other Oracle Topics
Commit, Rollback, and Transactions
Modifying Data through a View
The SQL Commands Page in Oracle
Using the Oracle Data Dictionary
Key Points
Creating Your Own Tables
Creating Tables
Changing Tables
Tables with Duplicate Rows
Key Points
Formats, Sequences, and Indexes
Formats
Sequences
Indexes
Using the Oracle Data Dictionary
An Exercise Solved for You
Key Points
Data Integrity
Constraints on One Table
Referential Integrity
The Delete Options and Update Options of RI
Variations of Referential Integrity
How to Code Constraints in a Create Table Statement
Key Points
Row Functions
Introduction to Row Functions
Numeric Functions
Text Functions
Date Functions
Key Points
Using Row Functions
Specialized Row Functions
Using the Documentation of Row Functions
Creating Patterns of Numbers and Dates
Key Points
Summarizing Data
Introduction to the Column Functions
Maximum and Minimum
Count
Sum and Average
Other Topics
Key Points
Controlling the Level of Summarization
Dividing a Table into Groups of Rows
Eliminating Some of the Summarized Data
Key Points
Inner Joins
Introduction to Joins
Inner Joins of Two Tables
Variations of the Join Condition
Applications of Joins
Key Points
Outer Joins
Introduction to Outer Joins
Applications of Outer Joins
Key Points
Union and Union All
Union Basics
Unconventional Unions
Applications of a Union
Set Intersection and Set Difference in Oracle
Key Points
Cross Joins, Self Joins, and Cross Tab Queries
Cross Joins
Self Joins
Cross Tab Queries in Access
Cross Tab Queries in Oracle
Key Points
Combining Tables in a Production Database
Methods of Joining Three or More Tables
Losing Information
Caring about the Efficiency of Your Computer
Standardizing the Way That Tables Are Joined
Key Points
If-Then-Else, Parameter Queries, and Subqueries
If-Then-Else Logic