rssHome » Database

Pro Oracle SQL

Pro Oracle SQL

Book Description

Pro unlocks the power of in the Database—one of the most potent 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. Download Now »

Microsoft SQL Azure Enterprise Application Development

Microsoft SQL Azure Enterprise Application Development

Book Description

Azure is a database service in the cloud. Based on ’s Windows Azure platform, Azure is well suited for web facing database applications. Are you interested in moving your business applications and data to the cloud but are not sure how to go about it? Look no further; this book covers all you ever wanted to know about taking your relational enterprise data to the cloud using Azure.

This book will show you how to manage Azure using various tools and also guide you in developing enterprise applications and business intelligence solutions. It will take you through migration and synchronization scenarios with a variety of tools, help you in working with technology still in incubation, and in leveraging hybrid applications that exist partially in the cloud and partially on the ground.

This step-by-step tutorial begins by providing an overview of Cloud Computing, introducing you to the most significant Cloud Computing implementations. You will then learn the mechanics of signing up and obtaining an account on Microsoft Windows Azure and logging into the portal.

The book then dives deep into SQL Azure, showing you how to provision a Server, and how to create/delete databases as well as set up Firewall rules so that you can access from tools/Client programs. It is then followed by details of how to access using Client and Server APIs. Download Now »

Oracle PL/SQL Recipes: A Problem-Solution Approach

Oracle PL/SQL Recipes: A Problem Solution Approach

Book Description

Recipes is your go to book for programming solutions. It takes a task-oriented approach to programming that lets you quickly look up a specific task and see the pattern for a solution. Then it’s as simple as modifying the pattern for your specific application and implementing it. And you’re done and home for dinner.

PL/ Recipes is another in Apress’ ongoing series of recipe books aimed at Oracle practitioners. The recipe format is ideal for the busy professional who just needs to get the job done.

  • Covers the most common PL/ programming problems
  • Presents solutions in ready-to-use format
  • Stays short and to-the-point

What you’ll learn

  • Move business logic into the database
  • Implement robust exception-handling
  • Optimize and debug, taking advantage of Oracle SQL Developer Download Now »

Pro Oracle Database 11g Administration

Pro Oracle Database 11g Administration

Book Description

Pro Database 11g is a book focused on results. Author Darl Kuhn draws from a well of experience over a decade deep to lay out real-world techniques that lead to success as an DBA. He gives clear explanations on how to perform critical tasks. He weaves in theory where necessary without bogging you down in unneeded detail. He is not afraid to take a stand on how things should be done. He won’t leave you adrift in a sea of choices, showing you three ways to do something and then walking away.

Database isn’t about passing a certified exam, or about pointing-and-clicking your way through a crisis. Database is about applying the right solution at the right time, about avoiding risk, about making robust choices that get you home each night in time for dinner with your family. If you have “buck stops here” responsibility for an Oracle database, then Pro Oracle Database 11g is the book you need to help elevate yourself to the level of Professional Oracle Database Administrator.

  • Condenses and organizes the core job of a database administrator into one volume.
  • Takes a results-oriented approach to getting things done.
  • Lays a foundation upon which to build a senior level of expertise Download Now »

PostgreSQL 9 Administration Cookbook

PostgreSQL 9 Administration Cookbook

Book Description

is a powerful, open source object-relational database system. An enterprise database, includes features such as Multi-Version Concurrency Control (MVCC), point-in-time recovery, tablespaces, asynchronous replication, nested transactions (savepoints), online/hot backups, a sophisticated query planner/optimizer, and write-ahead logging for fault tolerance. 9 covers everything a database administrator needs to protect, manage and run a healthy and efficient 9.0 database.

PostgreSQL 9 describes key aspects of the PostgreSQL open source database system. The book covers everything a sysadmin or DBA needs to protect, manage, and run a healthy and efficient PostgreSQL 9 database. This hands-on guide will assist developers working on live databases, supporting web or enterprise software applications using , , , or from any framework. It’s easy to manage your database when you’ve got PostgreSQL 9 Administration Cookbook to hand.

PostgreSQL is fast becoming one of the world’s most popular server databases with an enviable reputation for performance, stability, and an enormous range of advanced features. PostgreSQL is one of the oldest open source projects, completely free to use and developed by a very diverse worldwide community. Most of all, It Just Works!

Download Now »

SQL Pocket Guide, 3rd Edition

SQL Pocket Guide, 3rd Edition

Book Description

If you’re a programmer or database administrator who uses in your day-to-day work, this popular pocket guide is the ideal on-the-job reference. You’ll find many examples that address the language’s complexity, along with key aspects of used in IBM Release 9.7, 5.1, Database 11g Release 2, 9.0, and Server 2008 Release 2.

Pocket Guide describes how these database systems implement SQL syntax for querying, managing transactions, and making changes to data. It also shows how the systems use SQL functions, regular expression syntax, and type conversion functions and formats.

All example SQL statements in this book execute against a set of tables, with data that you can quickly download. The third edition covers important database changes, including:

  • ’s support of the recursive WITH syntax, and addition of PIVOT and UNPIVOT operators
  • Functions new to Oracle, such as LISTAGG, NTH_VALUE, and more
  • ’s support of recursive WITH and some window functions
  • syntax and datatypes, some compatible with Oracle
  • features such as the TIMESTAMP type and the TO_SECONDS function Download Now »