Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Beginning Oracle SQL: for Oracle Database 12c, 3 edition

Posted By: nebulae
Beginning Oracle SQL: for Oracle Database 12c, 3 edition

Lex deHaan, "Beginning Oracle SQL: for Oracle Database 12c, 3 edition"
English | ISBN: 1430265566 | 2014 | 440 pages | PDF | 8 MB

Beginning Oracle SQL is your introduction to the interactive query tools and specific dialect of SQL used with Oracle Database. These tools include SQL*Plus and SQL Developer. SQL*Plus is the one tool any Oracle developer or database administrator can always count on, and it is widely used in creating scripts to automate routine tasks. SQL Developer is a powerful, graphical environment for developing and debugging queries.

Oracle's is possibly the most valuable dialect of SQL from a career standpoint. Oracle's database engine is widely used in corporate environments worldwide. It is also found in many government applications. Oracle SQL implements many features not found in competing products. No developer or DBA working with Oracle can afford to be without knowledge of these features and how they work, because of the performance and expressiveness they bring to the table.

Written in an easygoing and example-based style, Beginning Oracle SQL is the book that will get you started down the path to successfully writing SQL statements and getting results from Oracle Database.

Takes an example-based approach, with clear and authoritative explanations
Introduces both SQL and the query tools used to execute SQL statements
Shows how to create tables, populate them with data, and then query that data to generate business results

What you’ll learn
Create database tables and define their relationships.
Add data to your tables. Then change and delete that data.
Write database queries that generate accurate results.
Avoid common traps and pitfalls in writing SQL queries, especially from nulls.
Reap the performance and expressiveness of analytic and window functions.
Make use of Oracle Database's support for object types.
Write recursive queries to query hierarchical data.
Who this book is for

Beginning Oracle SQL is aimed at developers and database administrators who must write SQL statements to execute against an Oracle database. No prior knowledge of SQL is assumed.
Table of Contents

1. Relational Database Systems and Oracle

2. Introduction to SQL and SQL*Plus, and SQL Developer

3. Data Definition, Part I

4. Retrieval: The Basics

5. Retrieval: Functions

6. Data Manipulation

7. Data Definition, Part II

8. Retrieval: Joins and Grouping

9. Retrieval: Advanced Features

10. Views

11. Automating

12. Object-Relational Features

13. Appendix A – Case Tables

14. Appendix B – Exercise Solutions
Download