zoukankan      html  css  js  c++  java
  • 电子书下载:Pro Oracle SQL

    Pro Oracle SQL

    Book Description
    Pro Oracle SQL unlocks the power of SQL in the Oracle Database—one of the most potent SQL implementations on the market today. To master it requires a three-pronged approach: learn the language features, learn the supporting features that Oracle provides to help use the language effectively, and learn to think and work in sets.

    Karen Morton and her team help you master powerful aspects of Oracle SQL not found in competing databases. You’ll learn analytic functions, the MODEL clause, and advanced grouping syntax—techniques that will help in creating good queries for reporting and business intelligence applications. Pro Oracle SQL also helps you minimize parsing overhead, read execution plans, test for correct results, and exert control over SQL execution in your database. You’ll learn when to create indexes, how to verify that they make a difference, how to use SQL Profiles to optimize SQL in packaged applications, and much more. You’ll also understand how SQL is optimized for working in sets, and that the key to getting accurate results lies in making sure that queries ask clear and precise questions.

    What’s the bottom-line? Pro Oracle SQL helps you work at a truly professional level in Oracle dialect of SQL. You’ll master the language, the tools to work effectively with the language, and the right way to think about a problem in SQL. Pro Oracle SQL helps you rise above the crowd to provide stellar service in your chosen profession. 

    • Endorsed by the OakTable Network, a group of Oracle technologists well-known for their rigorous and scientific approach to Oracle Database performance
    • Comprehensive – goes beyond the language with a focus on what you need to know to write successful queries and data manipulation statements.

    What you’ll learn

    • Master powerful SQL features implemented only in Oracle Database
    • Read and interpret SQL execution plans
    • Quickly diagnose and fix badly performing SQL
    • Control execution plans through hints, profiles, and plan baselines
    • Optimize queries within packaged applications without touching the code
    • Recognize when not to waste time on SQL that is performing optimally

    Who this book is for
    Pro Oracle SQL is aimed at developers and database administrators who submit SQL for execution by an Oracle database. Readers should already know the basic four SQL statements, and be ready to learn deeply about Oracle’s specific implementation of the language, including Oracle-specific features and syntax. Readers should also want to learn about Oracle Database features such as analytic queries, the MODEL clause, and subquery refactoring that are designed to help developers and DBAs exert control over their SQL environment and its execution.

    Book Details

    • Paperback: 600 pages
    • Publisher: Apress; 1 edition (December, 2010)
    • Language: English
    • ISBN-10: 1430232285
    • ISBN-13: 978-1430232285
    • File Size: 6.0 MiB

    Download:Apress.Pro.Oracle.SQL.Dec.2010.rar

  • 相关阅读:
    JSONArray数据转换成java List
    js格式化格林威治时间
    JS实现等比例缩放图片
    oracle显示一个月的所有天数
    Oracle行转列、列转行的Sql语句总结
    当echarts的legend字数过多的时候变成省略号
    oracle获取今年在内的前几年、后几年
    JAVA方法调用中的解析与分派
    static 和 final 关键字 对实例变量赋初始值的影响
    从虚拟机指令执行的角度分析JAVA中多态的实现原理
  • 原文地址:https://www.cnblogs.com/MaxWoods/p/1931210.html
Copyright © 2011-2022 走看看