Welcome to our book review site go-pdf.online!

You may have to Search all our reviewed books and magazines, click the sign up button below to create a free account.

Sign up

SQL Pocket Guide
  • Language: en
  • Pages: 164

SQL Pocket Guide

This pocket guide presents the most crucial information about SQL in a compact and easily accessible format, covering the four commonly used SQL variants--Oracle, IBM DB2, Microsoft SQL Server, and MySQL. Topics include: Data manipulation statements (SELECT, DELETE, INSERT, UPDATE, MERGE) and transaction control statements (START TRANSACTION, SAVEPOINT, COMMIT, ROLLBACK). Common SQL functions (date, numeric, math, trigonometric, string, conversion, aggregate) Such topics as literals, NULLs, CASE expressions, datatype conversion, regular expressions, grouping and summarizing data, joining tables, and writing queries (hierarchical, recursive, union, flashback) and subqueries. Instead of presenting complex and confusing syntax diagrams, the book teaches by example, showing the SQL statements and options that readers are most like to use. All example data is available on the O'Reilly web site. "If you need fast, accurate SQL information, with examples for multiple database engines, be sure to check out this book."--Chris Kempster, Senior DBA and author of SQL Server 2000 for the Oracle DBA, www.chriskempster.com

SQL Server 2012 T-SQL Recipes
  • Language: en
  • Pages: 794

SQL Server 2012 T-SQL Recipes

  • Type: Book
  • -
  • Published: 2012-10-15
  • -
  • Publisher: Apress

SQL Server 2012 T-SQL Recipes is an example-based guide to the Transact-SQL language that is at the core of SQL Server 2012. It provides ready-to-implement solutions to common programming and database administration tasks. Learn to create databases, insert and update data, generate reports, secure your data, and more. Tasks and their solutions are broken down into a problem/solution format that is quick and easy to read so that you can get the job done fast when the pressure is on. Solutions in this book are divided into chapters by problem domain. Each chapter is a collection of solutions around a single facet of the language such as writing queries, developing triggers, and applying aggregate functions. Each solution is presented code-first, giving you a working code example to copy from and implement immediately in your own environment. Following each example is an in-depth description of how and why the given solution works. Tradeoffs and alternative approaches are also discussed. Focused on solutions: Look up what you need to do. Learn how to do it. Do it. Current: Newly updated for SQL Server 2012 Comprehensive: Covers all common T-SQL problem domains

Transact-SQL Cookbook
  • Language: en
  • Pages: 305

Transact-SQL Cookbook

The Transact-SQL Cookbook contains a wealth of solutions to problems that SQL programmers face all the time. The recipes in the book range from how to perform simple tasks, such as importing external data, to how to handle more complicated issues, such as set algebra. Each recipe is followed by a discussion explaining the logic and concepts underlying the solution.

Oracle SQL*Loader
  • Language: en
  • Pages: 272

Oracle SQL*Loader

A step-by-step guide of all the tasks that Oracle developers and DBAs need to perform with SQL*Loader. Readable and informative, this reference is a task-oriented learning tool for those already using this utility.

Oracle Internals
  • Language: en
  • Pages: 1099

Oracle Internals

  • Type: Book
  • -
  • Published: 2017-07-27
  • -
  • Publisher: CRC Press

If you are a typical Oracle professional, you don't have the luxury of time to keep up with new technology and read all the new manuals to understand each new feature of the latest release from Oracle. You need a comprehensive source of information and in-depth tips and techniques for using the new technology. You need Oracle Internals: Tips, Tricks, and Techniques for DBAs. Oracle has evolved from a simple relational database into one of the most complex e-commerce platforms ever devised. It's not enough for you to understand just the Oracle database. You must also understand the components of the Web server technology, XML, Oracle Security, Oracle and Java, and a host of other issues in or...

SQL Server T-SQL Recipes
  • Language: en
  • Pages: 947

SQL Server T-SQL Recipes

  • Type: Book
  • -
  • Published: 2015-07-17
  • -
  • Publisher: Apress

SQL Server T-SQL Recipes is an example-based guide to the Transact-SQL language that is at the core of SQL Server. This edition has been lightly updated for SQL Server 2014 and provides ready-to-implement solutions to common programming and database administration tasks. Learn to create databases, create in-memory tables and stored procedures, insert and update data, generate reports, secure your data, and more. Tasks and their solutions are broken down into a problem/solution format that is quick and easy to read so that you can get the job done fast when the pressure is on. Solutions in this book are divided into chapters by problem domain. Each chapter is a collection of solutions around ...

Oracle SQL*Plus
  • Language: en
  • Pages: 106

Oracle SQL*Plus

Despite the wide use of SQL *Plus, few developers and database administrators know how powerful it really is. And the syntax can sometimes be tricky. This portable guide provides a quick reference to subjects such as interacting with SQL *Plus, selecting data, formatting reports, writing scripting, and tuning SQL. There's also a command reference.

Oracle Net8 Configuration and Troubleshooting
  • Language: en
  • Pages: 412

Oracle Net8 Configuration and Troubleshooting

  • Type: Book
  • -
  • Published: 2001-01-01
  • -
  • Publisher: IGI Global

"This book also describes Oracle's various network management utilities, including Listener Control (Isnectl), Oracle Names Control (namesctl), Oracle Connection Manager Control (cmctl), tnsping, and Net8 Assistant. In addition, the book provides a variety of networking troubleshooting techniques, commonly encountered Net8 configuration problems, and a complete syntax summary for all networking files and commands."--BOOK JACKET.

Oracle Regular Expressions Pocket Reference
  • Language: en
  • Pages: 67

Oracle Regular Expressions Pocket Reference

Support for regular expressions in SQL and PL/SQL is one of the most exciting features of Oracle Database 10G. Oracle has long supported the ANSI-standard LIKE predicate for rudimentary pattern matching, but regular expressions take pattern matching to a new level. They provide a powerful way to select data that matches a pattern, as well as to manipulate, rearrange, and change that data.This concise pocket guide is part tutorial and part quick-reference. It's suitable for those who have never used regular expressions before, as well as those who have experience with Perl and other languages supporting regular expressions. The book describes Oracle Database 10G's support for regular expressi...