| | | |
|---|
 Sell Book |
Sams Teach Yourself SQL in 10 Minutes (3rd Edition) Author: Ben Forta ISBN-10: 0672325675 ISBN-13: 9780672325670 Published: 2004-04-10 Publisher: Sams
|
Book Description:
Sams Teach Yourself SQL in 10 Minutes has established itself as the gold standard for introductory SQL books, offering a fast-paced accessible tutorial to the major themes and techniques involved in applying the SQL language. Forta¿s examples are clear and his writing style is crisp and concise. As with earlier editions, this revision includes coverage of current versions of all major commercial SQL platforms. New this time around is coverage of MySQL, and PostgreSQL. All examples have been tested against each SQL platform, with incompatibilities or platform distinctives called out and explained.
|
|
 Sell Book |
Oracle SQL by Example (3rd Edition) Author: Alice Rischert ISBN-10: 0131451316 ISBN-13: 9780131451315 Published: 2004-06-27 Publisher: Prentice Hall
|
Book Description:
Oracle SQL by Example, Third Edition is a convenient, quick way to master Oracle SQL. This unique integrated book-and-Web learning solution teaches all the SQL skills you will need to succeed in an Oracle environment. Through hands-on, real-world labs, exercises, projects, and a superb Web-based training site, the book teaches administrators and programemrs alike the core skills required for their jobs. Coverage includes every key Oracle SQL concept, including: entity-relationship diagrams, the SQL*Plus environment, SELECT and other statements, Boolean operations, joins, aggregate and not-aggregate functions. Each chapter contains review exercises that help the reader master the important skills before they move on.
|
|
 Sell Book |
Learning MySQL Author: Seyed M.M. (Saied) Tahaghoghi ISBN-10: 0596008643 ISBN-13: 9780596008642 Published: 2006-11-21 Publisher: O'Reilly Media
|
Book Description:
Whether you're running a business, keeping track of members and meetings for a club, or just trying to organize a large and diverse collection of information, you'll find the MySQL database engine useful for answering questions such as: Which are my top ten fastest-selling products? How frequently does this person come to our facility? What was the highest, lowest, and average score of the team last season?MySQL, the most popular open-source database, offers the power of a relational database in a package that's easy to set up and administer, and Learning MySQL provides all the tools you need to get started. This densely packed tutorial includes detailed instructions to help you set up and design an effective database, create powerful queries using SQL, configure MySQL for improved security, and squeeze information out of your data.After covering the basics, the book travels far into MySQL's subtleties, including complex queries and joins, how to interact with the database over the Web using PHP or Perl, and important house-keeping such as backups and security.Topic include: Installation on Linux, Windows, and Mac OS X Basic and advanced querying using SQL User management and security Backups and recovery Tuning for improved efficiency Developing command-line and web database applications using the PHP and Perl programming languagesThe authors, Saied Tahaghoghi and Hugh E. Williams, have careers in academia and business, and share a keen interest in research into search technologies.Whether you've never touched a database or have already completed some MySQL projects, you'll find insights in Learning MySQL that will last a career.
|
|
 Sell Book |
SQL for Dummies 3rd Edition Author: Allen G. Taylor ISBN-10: 0764504150 ISBN-13: 9780764504150 Published: 1998-07-30 Publisher: For Dummies
|
Book Description:
Become your own database guru and master the art and craft of SQL (structured query language) to access, manage, and manipulate data in a variety of relational database software programs. Get the inside tour of the major components of SQL with a copy of SQL For Dummies, 3rd Edition, by programming pro Allen Taylor. Whether you're seeking a friendly summary of basic SQL commands and statements -- or you're looking for advanced advice on database security, error handling, nested queries, ODBC, and dynamic SQL -- you'll find what you need in this book's easy-to-follow steps and examples, all written in clear, concise language. Invoke the power of SQL without headaches and hassles as you progress from relational database fundamentals to building your own databases, retrieving data, controlling operations, and transferring data across a company intranet or the worldwide Internet.SQL For Dummies, 3rd Edition, also includes a glossary of important terms and three appendixes that cover reserved words in SQL-92, multilevel SQL subsets, and SQL implementation in Microsoft SQL Server 7.0. And, of course, this handy SQL reference includes the popular Part of Tens, where you can get the high-end lowdown on what to do, and what not to do, in designing, building, and using a relational database.
|
|
 Sell Book |
Oracle Essentials: Oracle Database 11g Author: Rick Greenwald ISBN-10: 0596514549 ISBN-13: 9780596514549 Published: 2007-11-08 Publisher: O'Reilly Media
|
Book Description:
Oracle is an enormous system, with myriad technologies, options, and releases. Most users-even experienced developers and database administrators-find it difficult to get a handle on the full scope of the Oracle database. And, as each new Oracle version is released, users find themselves under increasing pressure to learn about a whole range of new technologies. The latest challenge is Oracle Database 11g. This book distills an enormous amount of information about Oracle into a compact, easy-to-read volume filled with focused text, illustrations, and helpful hints. It contains chapters on:Oracle products, options, data structures, and overall architecture for Oracle Database 11g, as well as earlier releases (Oracle Database 10g, Oracle9i, and Oracle8i)Installing, running, managing, monitoring, networking, and tuning Oracle, including Enterprise Manager (EM) and Oracle's self-tuning and management capabilities; and using Oracle security, auditing, and compliance (a new chapter in this edition)Multiuser concurrency, data warehouses, distributed databases, online transaction processing (OLTP), high availability, and hardware architectures (e.g., SMP, clusters, NUMA, and grid computing)Features beyond the Oracle database: Oracle Application Express, Fusion Middleware (including Oracle Application Server), and database SOA support as a Web services provider The latest Oracle Database 11g features: query result set caching, Automatic Memory Management, the Real Application Testing, Advanced Compression, Total Recall, and Active Data Guard Option Options, changes to the OLAP Option (transparently accessed and managed as materialized views), the Flashback transaction command, transparent data encryption, the Support Workbench (and diagnosability infrastructure), and partitioning enhancements (including interval and new composite types) For new Oracle users, DBAs, developers, and managers, Oracle Essentials provides an invaluable, all-in-one introduction to the full range of Oracle features and technologies, including the just-released Oracle Database 11g features. But even if you already have a library full of Oracle documentation, you'll find that this compact book is the one you turn to, again and again, as your one-stop, truly essential reference. "Oracle Essentials gives a clear explanation of the key database concepts and architecture underlying the Oracle database. It's a great reference for anyone doing development or management of Oracle databases." --Andrew Mendelsohn, Senior Vice President, Database Server Technologies, Oracle Corporation
|
|
 Sell Book |
Oracle Database 11g SQL (Oracle Press) Author: Jason Price ISBN-10: 0071498508 ISBN-13: 9780071498500 Published: 2007-11-05 Publisher: McGraw-Hill Osborne Media
|
Book Description:
Write powerful SQL statements and PL/SQL programsLearn to access Oracle databases through SQL statements and construct PL/SQL programs with guidance from Oracle expert, Jason Price. Published by Oracle Press, Oracle Database 11g SQL explains how to retrieve and modify database information, use SQL Plus and SQL Developer, work with database objects, write PL/SQL programs, and much more. Inside, you'll find in-depth coverage of the very latest SQL features and tools, performance optimization techniques, advanced queries, Java support, and XML. This book contains everything you need to master SQL.Explore SQL Plus and SQL DeveloperUse SQL SELECT, INSERT, UPDATE, and DELETE statementsWrite PL/SQL programsCreate tables, sequences, indexes, views, and triggersWrite advanced queries containing complex analytical functionsCreate database objects and collections to handle abstract dataUse large objects to handle multimedia files containing music and moviesWrite Java programs to access an Oracle Database using JDBCTune your SQL statements to make them execute fasterExplore the XML capabilities of the Oracle DatabaseMaster the very latest Oracle Database 11g features, such as PIVOT and UNPIVOT, flashback archives, and much more
|
|
 Sell Book |
SQL Bible Author: Alex Kriegel ISBN-10: 0764525840 ISBN-13: 9780764525841 Published: 2003-04-01 Publisher: Wiley
|
Book Description:
Covers the latest version of the ISO SQL standard (SQL-99) and gives readers information they need to know about the differences in vendor-specific SQL implementations including Oracle, Microsoft SQL Server, and IBM DB2Knowledge of this ubiquitous database programming language is becoming more critical as IT departments move toward more integrated heterogeneous platformsCovers growing use of SQL with Web services and XMLCD-ROM includes a complete sample database and trial versions of major relational database management software
|
|
 Sell Book |
Oracle 11g For Dummies Author: Chris Zeis ISBN-10: 0470277653 ISBN-13: 9780470277652 Published: 2009-01-14 Publisher: For Dummies
|
Book Description:
Are you a seasoned system administrator charged with setting up an Oracle database? Or did you suddenly become a DBA by default? If database administration with Oracle is part of your job, you’ll be glad to have Oracle 11g For Dummies in your cubicle.This nuts-and-bolts guide walks you through the mysteries of Oracle and database administration. You’ll learn how to understand Oracle database architecture, set up and manage an Oracle database, and keep it running in tiptop form. Oracle 11g For Dummies covers:The building blocks behind the database engine as well as Oracle’s physical and logical structuresHardware, software, system, and storage requirements for implementationHow to recognize and accommodate the differences between Oracle installations on Windows and on Linux/UNIXDaily and intermittent tasks necessary to keep your database running properlyHow to assess potential threats to your database, configure Oracle Recovery Manager, and set up backup and recovery proceduresWhen to use online, offline, controlfile, and archivelog backupsTroubleshooting methodology and how to use Oracle database logs and other diagnostic utilitiesDifferent ways to manage your databaseHow to automate jobs with the Oracle SchedulerUsing SQL in Oracle, and a great deal moreCompletely up to date for the newest release of Oracle, Oracle 11g For Dummies will give you both the information and the confidence to set up and maintain an Oracle database for your organization.
|
|
 Sell Book |
Database Design for Mere Mortals: A Hands-On Guide to Relational Database Design Author: Michael J. Hernandez ISBN-10: 0201694719 ISBN-13: 9780201694710 Published: 1996-12-19 Publisher: Addison-Wesley (C)
|
Book Description:
Sound design can save you hours of development time before you write a single line of code. Based on the author's years of experience teaching this material, Database Design for Mere Mortals is a straightforward, platform-independent tutorial on the basic principles of relational database design. Database design expert Michael J. Hernandez introduces the core concepts of design theory and method without the technical jargon. Database Design for Mere Mortals will provide any developer with a common-sense design methodology for developing databases that work. 0201694719B04062001
|
|
 Sell Book |
Sams Teach Yourself Microsoft SQL Server T-SQL in 10 Minutes Author: Ben Forta ISBN-10: 0672328674 ISBN-13: 9780672328671 Published: 2007-08-12 Publisher: Sams
|
Book Description:
Sams Teach Yourself Microsoft SQL Server T-SQL in 10 Minutes offers straightforward, practical answers when you need fast results. By working through 10-minute lessons, you’ll learn everything you need to know to take advantage of Microsoft SQL Server’s T-SQL language. This handy pocket guide starts with simple data retrieval and moves on to more complex topics, including the use of joins, subqueries, full text-based searches, functions and stored procedures, cursors, triggers, table constraints, XML, and much more. You’ll learn what you need to know methodically, systematically, and simply–in highly focused lessons designed to make you immediately and effortlessly productive. Tips point out shortcuts and solutions Cautions help you avoid common pitfalls Notes explain additional concepts, and provide additional information 10 minutes is all you need to learn how to… Use T-SQL in the Microsoft SQL Server environment Construct complex T-SQL statements using multiple clauses and operators Filter data so you get the information you need quickly Retrieve, sort, and format database contents Join two or more related tables Make SQL Server work for you with globalization and localization Create subqueries to pinpoint your data Automate your workload with triggers Create and alter database tables Work with views, stored procedures, and more Register your book at www.samspublishing.com/register to download examples and source code from this book.
|
|
|