Query Name Index
Title | Query Name Index PDF eBook |
Author | |
Publisher | |
Pages | 614 |
Release | 1973 |
Genre | |
ISBN |
Access Data Analysis Cookbook
Title | Access Data Analysis Cookbook PDF eBook |
Author | Ken Bluttman |
Publisher | "O'Reilly Media, Inc." |
Pages | 369 |
Release | 2007-05-14 |
Genre | Computers |
ISBN | 0596555210 |
If you have large quantities of data in a Microsoft Access database, and need to study that data in depth, this book is a data cruncher's dream. Access Data Analysis Cookbook offers practical recipes to solve a variety of common problems that users have with extracting Access data and performing calculations on it. Each recipe includes a discussion on how and why the solution works. Whether you use Access 2007 or an earlier version, this book will teach you new methods to query data, different ways to move data in and out of Access, how to calculate answers to financial and investment issues, and more. Learn how to apply statistics to summarize business information, how to jump beyond SQL by manipulating data with VBA, how to process dates and times, and even how to reach into the Excel data analysis toolkit. Recipes demonstrate ways to: Develop basic and sophisticated queries Apply aggregate functions, custom functions, regular expressions, and crosstabs Apply queries to perform non-passive activities such as inserting, updating, and deleting data Create and manipulate tables and queries programmatically Manage text-based data, including methods to isolate parts of a string and ways to work with numbers that are stored as text Use arrays, read and write to the Windows registry, encrypt data, and use transaction processing Use the FileSystemObject, use XML with XSLT, communicate with SQL Server, and exchange data with other Office products Find answers from time-based data, such as how to add time, count elapsed time, work with leap years, and how to manage time zones in your calculations Deal with business and finance problems, including methods for calculating depreciation, loan paybacks, and Return on Investment (ROI) Explore statistical techniques, such as frequency, variance, kurtosis, linear regression, combinations and permutations Access Data Analysis Cookbook is a one-stop-shop for extracting nuggets of valuable information from your database, and anyone with Access experience will benefit from these tips and techniques, including seasoned developers. If you want to use your data, and not just store it, you'll find this guide indispensable.
High Performance MySQL
Title | High Performance MySQL PDF eBook |
Author | Jeremy D. Zawodny |
Publisher | "O'Reilly Media, Inc." |
Pages | 297 |
Release | 2004-04-08 |
Genre | Computers |
ISBN | 0596555164 |
As users come to depend on MySQL, they find that they have to deal with issues of reliability, scalability, and performance--issues that are not well documented but are critical to a smoothly functioning site. This book is an insider's guide to these little understood topics.Author Jeremy Zawodny has managed large numbers of MySQL servers for mission-critical work at Yahoo!, maintained years of contacts with the MySQL AB team, and presents regularly at conferences. Jeremy and Derek have spent months experimenting, interviewing major users of MySQL, talking to MySQL AB, benchmarking, and writing some of their own tools in order to produce the information in this book.In High Performance MySQL you will learn about MySQL indexing and optimization in depth so you can make better use of these key features. You will learn practical replication, backup, and load-balancing strategies with information that goes beyond available tools to discuss their effects in real-life environments. And you'll learn the supporting techniques you need to carry out these tasks, including advanced configuration, benchmarking, and investigating logs.Topics include: A review of configuration and setup options Storage engines and table types Benchmarking Indexes Query Optimization Application Design Server Performance Replication Load-balancing Backup and Recovery Security
The Source
Title | The Source PDF eBook |
Author | Loretto Dennis Szucs |
Publisher | Ancestry Publishing |
Pages | 1000 |
Release | 2006 |
Genre | Reference |
ISBN | 9781593312770 |
Genealogists and other historical researchers have valued the first two editions of this work, often referred to as the genealogist's bible."" The new edition continues that tradition. Intended as a handbook and a guide to selecting, locating, and using appropriate primary and secondary resources, The Source also functions as an instructional tool for novice genealogists and a refresher course for experienced researchers. More than 30 experts in this field--genealogists, historians, librarians, and archivists--prepared the 20 signed chapters, which are well written, easy to read, and include many helpful hints for getting the most out of whatever information is acquired. Each chapter ends with an extensive bibliography and is further enriched by tables, black-and-white illustrations, and examples of documents. Eight appendixes include the expected contact information for groups and institutions that persons studying genealogy and history need to find. ""
SQL
Title | SQL PDF eBook |
Author | Michael J. Donahoo |
Publisher | Elsevier |
Pages | 273 |
Release | 2010-07-21 |
Genre | Computers |
ISBN | 0080489745 |
SQL is a solid guide and reference to the key elements of SQL and how to use it effectively. Developed by authors who needed a good resource for students in their database class, this is an ideal supplement for database courses — no matter what main text you use or what flavor of SQL is required. It features a short and inexpensive introduction to SQL for students who have some programming experience and need to learn the main features of SQL; and suggested shortcuts for learning and practice, depending on the experience of the user. This book is recommended for novice developers, programmers, and database administrators as well as students in database courses, business courses, and IT-related courses. - Provides tutorial-based instruction for the main features of SQL for programmers and other technical professionals in need of a brief but really good introduction to SQL. - The approach is vendor-neutral—so very adaptable and flexible - The focus is on teaching concepts by walking through concrete examples and explanations, and self-review exercises are included at the end of each chapter. - Coverage is on the key features of the language that are required to understand SQL and begin using it effectively. - SQL 2003-compliant.
MySQL Cookbook
Title | MySQL Cookbook PDF eBook |
Author | Paul DuBois |
Publisher | "O'Reilly Media, Inc." |
Pages | 1026 |
Release | 2003 |
Genre | Computers |
ISBN | 9780596001452 |
DuBois organizes his cookbook's recipes into sections on the problem, the solution stated simply, and the solution implemented in code and discussed. The implementation and discussion sections are the most valuable, as they contain the command sequences, code listings, and design explanations that can be transferred to outside projects.
The Definitive Guide to Berkeley DB XML
Title | The Definitive Guide to Berkeley DB XML PDF eBook |
Author | Daniel Brian |
Publisher | Apress |
Pages | 417 |
Release | 2007-02-01 |
Genre | Computers |
ISBN | 1430202203 |
This book teaches the basics of XML with an original approach, using real-world examples from an interesting (and operating) environment with broad applicability. It covers the full spectrum of Berkeley DB XML tools, including the command-line shell, transactions, rollbacks, replication, archiving and monitoring. Techniques and concepts that have broad applicability outside of the subject matter are skillfully explained: XML, XPath, XQuery, XML schemas, all industry-standard technologies that find one of their best tutorial treatments, and all in the context of a simple database solution. The book also presents a remarkable example of query power.