Beginning Oracle SQL For Oracle Database 12c content validity
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.
Beginning Oracle SQL For Oracle Database 12c Catalog
About the Authors
About the Technical Reviewer
Acknowledgments
Introduction
Chapter 1: Relational Database Systems and Oracle
Chapter 2: Introduction to SQL and SQL Developer
Chapter 3: Data Definition, Part l
Chapter 4: Retrieval: The Basics
Chapter 5: Retrieval: Functions
Chapter 6: Data Manipulatio
Chapter 7: Data Definition, Part II
Chapter 8: Retrieval: Multiple Tables and Aggregation
Chapter 9: Retrieval: Some Advanced Features
Chapter 10: Views
Chapter 11: SQL*Plus Basics and Scripting
Chapter 12: Object-Relational Features
Appendix A: The Seven Case Tables
Appendix B: Answers to the Exercises
Index
Beginning Oracle SQL For Oracle Database 12c Wonderful Digest
When using database technology, organizations usually need many database applications to process the data residing in the database. These database applications are typically developed using fourth- or fifth-generation application development environments, which significantly enhance productivity by enabling users to develop database applications faster while producing applications with lower maintenance costs. However, in order to be successful using these fourth- and fifth-generation application development tools, developers must start thinking about the structure of their data first.
It is very important to spend enough time on designing the data model before you start coding your applications.Data model mistakes discovered in a later stage, when the system is already in production, are very difficult andexpensive to fix.
本文来自卿尘投稿,不代表电子书资源网立场,如若转载,请联系原作者获取。