Marknadens största urval
Snabb leverans

Böcker i The Morgan Kaufmann Series in Data Management Systems-serien

Filter
Filter
Sortera efterSortera Serieföljd
  • - Concepts in Practice
    av Joe Celko
    1 121

    Written for practicing IT professionals, this book is an introduction to relational database technology. It supports its conceptual information with example code and other practical illustrations; and explains fundamental issues such as the nature of data and data modeling, and moves to specific technical questions such as scales and measurements.

  • av Jiawei (Professor Han
    1 007

    Data Mining: Concepts and Techniques, Fourth Edition introduces concepts, principles, and methods for mining patterns, knowledge, and models from various kinds of data for diverse applications. Specifically, it delves into the processes for uncovering patterns and knowledge from massive collections of data, known as knowledge discovery from data, or KDD. It focuses on the feasibility, usefulness, effectiveness, and scalability of data mining techniques for large data sets. After an introduction to the concept of data mining, the authors explain the methods for preprocessing, characterizing, and warehousing data. They then partition the data mining methods into several major tasks, introducing concepts and methods for mining frequent patterns, associations, and correlations for large data sets; data classificcation and model construction; cluster analysis; and outlier detection. Concepts and methods for deep learning are systematically introduced as one chapter. Finally, the book covers the trends, applications, and research frontiers in data mining.

  • - From Conceptual Analysis to Logical Design
    av Terry Halpin
    1 451

    Information Modeling and Relational Databases provides an introduction to ORM (Object Role Modeling)-and much more. In fact, it's the only book to go beyond introductory coverage and provide all of the in-depth instruction you need to transform knowledge from domain experts into a sound database design. Inside, ORM authority Terry Halpin blends conceptual information with practical instruction that will let you begin using ORM effectively as soon as possible. Supported by examples, exercises, and useful background information, his step-by-step approach teaches you to develop a natural-language-based ORM model and then, where needed, abstract ER and UML models from it. This book will quickly make you proficient in the modeling technique that is proving vital to the development of accurate and efficient databases that best meet real business objectives.The most in-depth coverage of Object Role Modeling available anywhere-written by a pioneer in the development of ORM.Provides additional coverage of Entity Relationship (ER) modeling and the Unified Modeling Language-all from an ORM perspective.Intended for anyone with a stake in the accuracy and efficacy of databases: systems analysts, information modelers, database designers and administrators, instructors, managers, and programmers.Explains and illustrates required concepts from mathematics and set theory.

  • av Joe (Independent Consultant Celko
    921

    Demonstrates the thought processes that are involved in attacking a problem from an SQL perspective to help advanced database programmers solve the puzzles that you frequently face. This book presents a collection of SQL puzzles with a variety of solutions and explanations.

  • av Joe (Independent Consultant Celko
    521

    Perfectly intelligent programmers often struggle when forced to work with SQL. Why? This title intends to change the way you think about the problems you solve with SQL programs. Focusing on three key table-based techniques, it reveals their power through detailed examples and explanations.

  • av Jack E. (Chief Technology Officer Olson
    921

    Corporate data is important as companies continue to find new ways to use it. This book deals with assessing the quality of corporate data and improving its accuracy using the data profiling method. It explains data profiling and shows how it fits into the larger picture of data quality.

  • - Concepts and Techniques
    av Jiawei Han
    797

  • av Graeme (Senior Fellow Simsion
    1 167

    Provides tutelage for data modelers, business analysts and systems designers at various levels. Beginning with the basics, this book provides a grounding in theory before guiding the reader through the various stages of applied data modeling and database design. It addresses advanced subjects such as business rules, data warehousing, and others.

  • - Principles, Experiments, and Troubleshooting Techniques
    av Dennis Shasha
    1 237

    Helps you develop portable skills that allow you to tune a variety of database systems on a multitude of hardware and operating systems. This work covers the entire system environment: hardware, operating system, transactions, and others. It also describes performance-monitoring techniques that enables you to recognize and troubleshoot problems.

  • - Using the Wal-Mart Model
    av Paul Westerman
    1 107

    Wal-Mart's data warehouse is one of the world's largest, most ambitious, and arguably most successful commercial database. This book gives you an insider's view of this enormous project. It teaches you the general principles and specific techniques you need to understand to be a valuable part of your organization's own data warehouse project.

  • av Earl (Scianta Intelligence Cox
    1 011

    Suitable for analysts, engineers and managers involved in developing data mining models in business and government, this work helps you to understand the trade-offs implicit in various models and model architectures. It provides coverage of fuzzy SQL querying, fuzzy clustering, and fuzzy rule induction.

  • av Alan Simon
    781

    Explores the technological innovations through which traditional data warehousing is brought to bear on this and other less modest e-commerce applications, such as those at work in B2B, G2C, B2G, and B2E models. This book examines the core technologies and commercial products in use.

  • - ODMG 3.0
     
    1 117

    Providing the details comprising ODMG 3.0, this work documents the changes found in version 3.0, including enhancements to the Java language. It pays attention to the broadening of the standard to support developments in object-to-database mappings (ODMs) that allow objects to be stored in relational databases.

  • - A Guide to Data Capture, Content, and Transactions
    av James (CEO Bean
    817

    A guide to developing global e-commerce sites. It focuses on design and engineering of Web forms for global data collection and alignment with widely recognized international standards, XML structures, and XML vocabularies. It describes the globalization problem, identifies common design errors, and introduces effective solutions and techniques.

  • - Understanding Object-Relational and Other Advanced Features
    av Jim (Oracle Corporation Melton
    1 241

    Details SQL:1999's object facilities, including structured user-defined types, typed tables, user-defined routines, and routine invocation. Serving as a guide to this standard's practical application, this title focuses on the issues that matter to programmers who are connecting applications to databases.

  • av Terry (Professor of Computer Science Halpin
    941

    Offers an introduction to ORM (Object-Role Modeling). This book includes coverage of relational database concepts, and developments in SQL and XML. It features case studies and exercises, and the associated web site provides appendices, and links to ORM tools. This book is intended for systems analysts, information modelers, and programmers.

  • - Extending Application Functionality through Metadata Engineering
    av Malcolm (President Chisholm
    1 167

    Demonstrates how to develop a business rules engine. This book covers user requirements, data modeling, and metadata. It includes conceptual overview chapters suitable for management-level readers, including general introduction, business justification, development and implementation considerations, and more.

  • - Logical Design
    av Toby J. (Professor Teorey
    887

    How do you model and design your database application in consideration of new technology or new business needs? This title is loaded with design rules and case studies that are applicable to any SQL, UML, or XML-based system. It is useful to those tasked with the creation of data models for the integration of large-scale enterprise data.

  • - Understanding Relational Language Components
    av Jim (Oracle Corporation Melton
    1 327

    Intended for both novice and experienced SQL users, this work focuses on the language's capabilities, from the basic to the advanced, and the ways that real applications take advantage of them. It illustrates features and techniques with references to their own custom database, which can be downloaded from the companion Web site.

  • - XQuery, XPath, and SQL/XML in context
    av Jim (Oracle Corporation Melton
    1 027

    Helps managers and project leaders grasp how 'querying XML' fits into the larger context of querying and XML. This book provides a background from fundamental concepts (What is XML?) to data models (the Infoset, PSVI, XQuery Data Model), to APIs (querying XML from SQL or Java), and more.

  • - A Practical Guide for Architecture, Design, and Implementation
    av Mark F. (Sr. Manager Hornick
    937

    Discusses and illustrates how to solve real problems using the Java Data Mining API. This book provides a data mining introduction - an overview of data mining and the problems it can address across industries. It also discusses JDM's place in strategic solutions to data mining-related problems.

  • - Managing Change, Content, Customer Relationships, and Site Measurement
    av Ashley (e-consultancy Friedlein
    917

    Addresses the realities of successful sites. This book aims to provide the reader with the knowledge, tools, approaches, and processes to manage key site maintenance and evolution projects. It describes content management & customer relationship management and how to go about implementing them.

  • - Designing for Reuse and Integration
    av James (CEO Bean
    921

    Describes the challenges of using XML in a manner that promotes simplification of integration, and a high degree of schema reuse. This book also describes syntactical capabilities of XML and XML Schemas, and the similarities of XML DTDs. It presents combinations of architectural approaches to using XML as well as syntactical and working examples.

  • - Using UML for Data Modeling
    av Robert Muller
    1 041

    Teaches you how to use the Unified Modeling Language - the official standard of the Object Management Group - to develop and implement the best possible design for your database. This book leads you step by step through the design process, from requirements analysis to schema generation.

  • - Understanding and Applying Them Together
    av Peter (Founder of Data Blueprint and Professor at Virginia Commonwealth University Aiken
    831

    Intended for IT managers and technical staff involved in the creation, administration, or maintenance of a data management infrastructure that includes XML. This book provides the guidance for data managers to make measured decisions about XML within their organizations.

  • av Joe (Independent Consultant Celko
    657

    Provides heuristics, rules, tips, and tricks that intend to help readers improve their SQL programming style and proficiency, and format and write portable, readable, maintainable SQL code. This book enables readers to give their group a coding standard for internal use, to enable programmers to use a consistent style.

  • av Terry (Neumont University Halpin
    1 237

    Suitable for database designers and database administrators using Visio, which is the database component of Microsoft's Visual Studio .NET for Enterprise Architects suite, also included in MSDN subscriptions, this book provides an introduction to data modeling, and includes practical advice on managing database projects.

  • av Stefano Ceri
    1 317

    Explores the conceptual modeling approach of software engineering, from idea to application. This work helps to learn not only how to harness the design technologies of relational databases for use on the Web, but also how to transform their conceptual designs of data-intensive Web applications into effective software components.

  • - Advanced SQL Programming
    av Joe (Independent Consultant Celko
    717

    5th edition.

Gör som tusentals andra bokälskare

Prenumerera på vårt nyhetsbrev för att få fantastiska erbjudanden och inspiration för din nästa läsning.