The Book of Orm

Download The Book of Orm PDF Online Free

Author :
Publisher :
ISBN 13 :
Total Pages : 316 pages
Book Rating : 4.3/5 (91 download)

DOWNLOAD NOW!


Book Synopsis The Book of Orm by : Robert Williams Buchanan

Download or read book The Book of Orm written by Robert Williams Buchanan and published by . This book was released on 1882 with total page 316 pages. Available in PDF, EPUB and Kindle. Book excerpt:

The Great Orm of Loch Ness

Download The Great Orm of Loch Ness PDF Online Free

Author :
Publisher : W. W. Norton
ISBN 13 : 9780393332650
Total Pages : 0 pages
Book Rating : 4.3/5 (326 download)

DOWNLOAD NOW!


Book Synopsis The Great Orm of Loch Ness by : F. W. Holiday

Download or read book The Great Orm of Loch Ness written by F. W. Holiday and published by W. W. Norton. This book was released on 1969-02 with total page 0 pages. Available in PDF, EPUB and Kindle. Book excerpt: A provocative answer to the ancient question: Is the Loch Ness monster fact or fantasy?

Persistence in PHP with the Doctrine ORM

Download Persistence in PHP with the Doctrine ORM PDF Online Free

Author :
Publisher : Packt Publishing Ltd
ISBN 13 : 1782164111
Total Pages : 170 pages
Book Rating : 4.7/5 (821 download)

DOWNLOAD NOW!


Book Synopsis Persistence in PHP with the Doctrine ORM by : Kévin Dunglas

Download or read book Persistence in PHP with the Doctrine ORM written by Kévin Dunglas and published by Packt Publishing Ltd. This book was released on 2013-12-18 with total page 170 pages. Available in PDF, EPUB and Kindle. Book excerpt: Persistence in PHP with the Doctrine ORM is a concise, fast, and focused guide to build a blog engine with advanced features such as native queries and lifecycle callbacks. This book is primarily intended for PHP developers and architects who want to increase their skills in the field of Persistence and ORM to map the data they are working on to objects they are using in programming. Basic knowledge of databases and PDO and working knowledge of PHP namespaces is a prerequisite.

Introducing Delphi ORM

Download Introducing Delphi ORM PDF Online Free

Author :
Publisher : Apress
ISBN 13 : 1484250133
Total Pages : 267 pages
Book Rating : 4.4/5 (842 download)

DOWNLOAD NOW!


Book Synopsis Introducing Delphi ORM by : John Kouraklis

Download or read book Introducing Delphi ORM written by John Kouraklis and published by Apress. This book was released on 2019-08-02 with total page 267 pages. Available in PDF, EPUB and Kindle. Book excerpt: Discover the fundamental concepts of object-relational mapping (ORM) design, Aurelius’ basic features, and the practical applications of those features. In a series of tasks, you will be exposed to techniques and best practices that make the use of Aurelius easy and efficient. Furthermore, you’ll refine your analytical skills to sharpen your understanding of Delphi (Pascal), helping you write better code along the way. Introducing Delphi ORM explains that while database design is difficult, database programming (i.e., manipulating, extracting, filtering, and manipulating data) is even more difficult. ORM frameworks provide a simpler way for you to access and manage data in databases. You’ll see how they offer different levels of abstraction and tools to code data access in a database-agnostic way by introducing a layer between the application and the data access language (SQL, LINQ, and so on). By the end of the book, you will be confident in using a wide range of Aurelius features to allow you to get started with databases in a very short space of time. What You Will LearnGain the fundamentals of ORM frameworks and Aurelius for DelphiAchieve basic tasks, such as connecting to the database and adding, deleting, and updating records, using Aurelius Employ advanced database queries Use the TAureliusDataSet component Integrate with mobile platforms such as Android and iOSWork with the data modeler application Who This Book Is For Software developers starting with Aurelius or those who have some exposure to the framework.

Doctrine Orm for PHP (1.2)

Download Doctrine Orm for PHP (1.2) PDF Online Free

Author :
Publisher : Sensio Sa
ISBN 13 : 9782918390268
Total Pages : 552 pages
Book Rating : 4.3/5 (92 download)

DOWNLOAD NOW!


Book Synopsis Doctrine Orm for PHP (1.2) by : Jonathan H.. Wage

Download or read book Doctrine Orm for PHP (1.2) written by Jonathan H.. Wage and published by Sensio Sa. This book was released on 2010-03 with total page 552 pages. Available in PDF, EPUB and Kindle. Book excerpt: The Guide to Doctrine for PHP is the ultimate users manual for you whether you are a beginner or an advanced user. The text aims to document and reference all core functionality provided by Doctrine. It contains lots of detailed explanations and exercise code that can be followed a long with as you read.

Operational Risk Management

Download Operational Risk Management PDF Online Free

Author :
Publisher : John Wiley & Sons
ISBN 13 : 1118532457
Total Pages : 354 pages
Book Rating : 4.1/5 (185 download)

DOWNLOAD NOW!


Book Synopsis Operational Risk Management by : Philippa X. Girling

Download or read book Operational Risk Management written by Philippa X. Girling and published by John Wiley & Sons. This book was released on 2013-10-14 with total page 354 pages. Available in PDF, EPUB and Kindle. Book excerpt: A best practices guide to all of the elements of an effective operational risk framework While many organizations know how important operational risks are, they still continue to struggle with the best ways to identify and manage them. Organizations of all sizes and in all industries need best practices for identifying and managing key operational risks, if they intend on exceling in today's dynamic environment. Operational Risk Management fills this need by providing both the new and experienced operational risk professional with all of the tools and best practices needed to implement a successful operational risk framework. It also provides real-life examples of successful methods and tools you can use while facing the cultural challenges that are prevalent in this field. Contains informative post-mortems on some of the most notorious operational risk events of our time Explores the future of operational risk in the current regulatory environment Written by a recognized global expert on operational risk An effective operational risk framework is essential for today's organizations. This book will put you in a better position to develop one and use it to identify, assess, control, and mitigate any potential risks of this nature.

Entity Framework Core in Action

Download Entity Framework Core in Action PDF Online Free

Author :
Publisher : Simon and Schuster
ISBN 13 : 1638355940
Total Pages : 791 pages
Book Rating : 4.6/5 (383 download)

DOWNLOAD NOW!


Book Synopsis Entity Framework Core in Action by : Jon Smith

Download or read book Entity Framework Core in Action written by Jon Smith and published by Simon and Schuster. This book was released on 2018-07-15 with total page 791 pages. Available in PDF, EPUB and Kindle. Book excerpt: Summary Entity Framework Core in Action teaches you how to access and update relational data from .NET applications. Following the crystal-clear explanations, real-world examples, and around 100 diagrams, you'll discover time-saving patterns and best practices for security, performance tuning, and unit testing. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the Technology There's a mismatch in the way OO programs and relational databases represent data. Entity Framework is an object-relational mapper (ORM) that bridges this gap, making it radically easier to query and write to databases from a .NET application. EF creates a data model that matches the structure of your OO code so you can query and write to your database using standard LINQ commands. It will even automatically generate the model from your database schema. About the Book Using crystal-clear explanations, real-world examples, and around 100 diagrams, Entity Framework Core in Action teaches you how to access and update relational data from .NET applications. You'l start with a clear breakdown of Entity Framework, long with the mental model behind ORM. Then you'll discover time-saving patterns and best practices for security, performance tuning, and even unit testing. As you go, you'll address common data access challenges and learn how to handle them with Entity Framework. What's Inside Querying a relational database with LINQ Using EF Core in business logic Integrating EF with existing C# applications Applying domain-driven design to EF Core Getting the best performance out of EF Core Covers EF Core 2.0 and 2.1 About the Reader For .NET developers with some awareness of how relational databases work. About the Author Jon P Smith is a full-stack developer with special focus on .NET Core and Azure. Table of Contents Part 1 - Getting started Introduction to Entity FrameworkCore Querying the database Changing the database content Using EF Core in business logic Using EF Core in ASP.NET Core web applications Part 2 - Entity Framework in depth Configuring nonrelational properties Configuring relationships Configuring advanced features and handling concurrency conflicts Going deeper into the DbContext Part 3 - Using Entity Framework Core in real-world applications Useful software patterns for EF Core applications Handling database migrations EF Core performance tuning A worked example of performance tuning Different database types and EF Core services Unit testing EF Core applications Appendix A - A brief introduction to LINQ Appendix B - Early information on EF Core version 2.1

Operational Risk Management

Download Operational Risk Management PDF Online Free

Author :
Publisher : John Wiley & Sons
ISBN 13 : 1119549043
Total Pages : 272 pages
Book Rating : 4.1/5 (195 download)

DOWNLOAD NOW!


Book Synopsis Operational Risk Management by : Ariane Chapelle

Download or read book Operational Risk Management written by Ariane Chapelle and published by John Wiley & Sons. This book was released on 2019-02-04 with total page 272 pages. Available in PDF, EPUB and Kindle. Book excerpt: OpRisk Awards 2020 Book of the Year Winner! The Authoritative Guide to the Best Practices in Operational Risk Management Operational Risk Management offers a comprehensive guide that contains a review of the most up-to-date and effective operational risk management practices in the financial services industry. The book provides an essential overview of the current methods and best practices applied in financial companies and also contains advanced tools and techniques developed by the most mature firms in the field. The author explores the range of operational risks such as information security, fraud or reputation damage and details how to put in place an effective program based on the four main risk management activities: risk identification, risk assessment, risk mitigation and risk monitoring. The book also examines some specific types of operational risks that rank high on many firms' risk registers. Drawing on the author's extensive experience working with and advising financial companies, Operational Risk Management is written both for those new to the discipline and for experienced operational risk managers who want to strengthen and consolidate their knowledge.

Object-Role Modeling Fundamentals

Download Object-Role Modeling Fundamentals PDF Online Free

Author :
Publisher : Technics Publications
ISBN 13 : 1634620763
Total Pages : 117 pages
Book Rating : 4.6/5 (346 download)

DOWNLOAD NOW!


Book Synopsis Object-Role Modeling Fundamentals by : Terry Halpin

Download or read book Object-Role Modeling Fundamentals written by Terry Halpin and published by Technics Publications. This book was released on 2015-04-15 with total page 117 pages. Available in PDF, EPUB and Kindle. Book excerpt: Object-Role Modeling (ORM) is a fact-based approach to data modeling that expresses the information requirements of any business domain simply in terms of objects that play roles in relationships. All facts of interest are treated as instances of attribute-free structures known as fact types, where the relationship may be unary (e.g. Person smokes), binary (e.g. Person was born on Date), ternary (e.g. Customer bought Product on Date), or longer. Fact types facilitate natural expression, are easy to populate with examples for validation purposes, and have greater semantic stability than attribute-based structures such as those used in Entity Relationship Modeling (ER) or the Unified Modeling Language (UML). All relevant facts, constraints and derivation rules are expressed in controlled natural language sentences that are intelligible to users in the business domain being modeled. This allows ORM data models to be validated by business domain experts who are unfamiliar with ORM’s graphical notation. For the data modeler, ORM’s graphical notation covers a much wider range of constraints than can be expressed in industrial ER or UML class diagrams, and thus allows rich visualization of the underlying semantics. Suitable for both novices and experienced practitioners, this book covers the fundamentals of the ORM approach. Written in easy-to-understand language, it shows how to design an ORM model, illustrating each step with simple examples. Each chapter ends with a practical lab that discusses how to use the freeware NORMA tool to enter ORM models and use it to automatically generate verbalizations of the model and map it to a relational database.

Java Persistence with Hibernate

Download Java Persistence with Hibernate PDF Online Free

Author :
Publisher : Simon and Schuster
ISBN 13 : 1638355223
Total Pages : 1053 pages
Book Rating : 4.6/5 (383 download)

DOWNLOAD NOW!


Book Synopsis Java Persistence with Hibernate by : Gary Gregory

Download or read book Java Persistence with Hibernate written by Gary Gregory and published by Simon and Schuster. This book was released on 2015-10-27 with total page 1053 pages. Available in PDF, EPUB and Kindle. Book excerpt: Summary Java Persistence with Hibernate, Second Edition explores Hibernate by developing an application that ties together hundreds of individual examples. In this revised edition, authors Christian Bauer, Gavin King, and Gary Gregory cover Hibernate 5 in detail with the Java Persistence 2.1 standard (JSR 338). All examples have been updated for the latest Hibernate and Java EE specification versions. About the Technology Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. Persistence—the ability of data to outlive an instance of a program—is central to modern applications. Hibernate, the most popular Java persistence tool, offers automatic and transparent object/relational mapping, making it a snap to work with SQL databases in Java applications. About the Book Java Persistence with Hibernate, Second Edition explores Hibernate by developing an application that ties together hundreds of individual examples. You'll immediately dig into the rich programming model of Hibernate, working through mappings, queries, fetching strategies, transactions, conversations, caching, and more. Along the way you'll find a well-illustrated discussion of best practices in database design and optimization techniques. In this revised edition, authors Christian Bauer, Gavin King, and Gary Gregory cover Hibernate 5 in detail with the Java Persistence 2.1 standard (JSR 338). All examples have been updated for the latest Hibernate and Java EE specification versions. What's Inside Object/relational mapping concepts Efficient database application design Comprehensive Hibernate and Java Persistence reference Integration of Java Persistence with EJB, CDI, JSF, and JAX-RS * Unmatched breadth and depth About the Reader The book assumes a working knowledge of Java. About the Authors Christian Bauer is a member of the Hibernate developer team and a trainer and consultant. Gavin King is the founder of the Hibernate project and a member of the Java Persistence expert group (JSR 220). Gary Gregory is a principal software engineer working on application servers and legacy integration. Table of Contents PART 1 GETTING STARTED WITH ORM Understanding object/relational persistence Starting a project Domain models and metadata PART 2 MAPPING STRATEGIES Mapping persistent classes Mapping value types Mapping inheritance Mapping collections and entity associations Advanced entity association mappings Complex and legacy schemas PART 3 TRANSACTIONAL DATA PROCESSING Managing data Transactions and concurrency Fetch plans, strategies, and profiles Filtering data PART 4 WRITING QUERIES Creating and executing queries The query languages Advanced query options Customizing SQL

Mechanics of Online Reputation Management

Download Mechanics of Online Reputation Management PDF Online Free

Author :
Publisher : Createspace Independent Publishing Platform
ISBN 13 : 9781519762252
Total Pages : 0 pages
Book Rating : 4.7/5 (622 download)

DOWNLOAD NOW!


Book Synopsis Mechanics of Online Reputation Management by : Tyler Collins

Download or read book Mechanics of Online Reputation Management written by Tyler Collins and published by Createspace Independent Publishing Platform. This book was released on 2016 with total page 0 pages. Available in PDF, EPUB and Kindle. Book excerpt: Online reputation management, repair, and control for your personal name, company, brand, product, and any searched phrase that is important to you or your business. Control exactly what displays in the search engines for any name, brand, or entity with a series of secret, battle-tested strategies used by the most elite reputation management experts. Negative search engine results ruin careers, impede business growth, complicate relationships, destroy employment opportunities, and leave people feeling powerless, hopeless, frustrated, and tormented by the radically ambiguous, seemingly impossible landscape of digital search. This book gives back power and control to anyone seeking to influence their online reputation in the search engines. Now you can permanently suppress and eliminate negative items appearing on the first or second page of Google, Bing, or Yahoo. Most online reputation management services today do not effectively eliminate negative search results. The reputation management industry is cluttered with a lack of knowledge, experience, and integrity when it comes to making promises. Heavily grounded in Google algorithm patent research, over a decade of scientific testing, and measuring of results, the methodologies provided have been proven to work in over 3,000 campaigns. This book may be considered "disruptive", or "industry shaking", with guerrilla tactics for market domination, brand hacking, and social manipulation. With this book, you can: Remove any negative online content from search results, regardless of type or industry. Position any web property at the top of any search engine. Access 100% success rate strategies, campaign templates, tools, resources, and processes. Steal the leading industry experts' most effective tactics for delivering results to clients. Manipulate websites, social platforms, audiences, and search engine algorithms. Master the playing field where reputations are derived and repeatedly forged. Cleanse, repair, polish, and permanently dictate what appears for any search phrase. Fortify a digital firewall preventing any old or new negative content from appearing again. In-depth topics range from: Content removal campaigns, positive review strategies, negative property suppression, branding, rebranding, social media optimization, press releases & public relations. Combating bad news coverage, negative review sites, lawsuit documents, arrest records, mug shots, scam and ripoff reports, competitor attacks, rogue bloggers, fake profiles, and over 30 typical scenarios. Search engine positioning strategies with action steps for leveraging dozens of websites, platforms, media types, marketing mechanisms, and automation tools for making the process easy. Publishing resources for mass distribution of content, press releases, blog posts, articles, videos, images, presentations, audio files, podcasts, pdf documents, and any type of Internet media. Enjoy an advanced approach to search engine optimization explained in simple terms, the precise mechanics of SEO (search engine optimization) ranking factors for all types of web properties and online media, including everything how to create, optimize, publish, promote, and monitor progress. Includes a thorough overview of SERP's (search engine results pages), how SEO works, on-page vs off-page SEO, tactics for reputation asset development, website optimization, profile creation, content marketing, linking strategies, press release distribution, content and link building automation, sourcing links from other websites, proven lists of sites to quickly acquire links from, social media marketing, brand visibility, social authority, reputation marketing, and so much more.

Ultimate Mittens

Download Ultimate Mittens PDF Online Free

Author :
Publisher : Down East Books
ISBN 13 : 089272997X
Total Pages : 362 pages
Book Rating : 4.8/5 (927 download)

DOWNLOAD NOW!


Book Synopsis Ultimate Mittens by : Robin Hansen

Download or read book Ultimate Mittens written by Robin Hansen and published by Down East Books. This book was released on 2011-11-01 with total page 362 pages. Available in PDF, EPUB and Kindle. Book excerpt: Filled with a wide array of classic knitting patterns, this book is, in essence, the ultimate mitten book. The patterns are organized from simple to difficult and their origins range from traditional Scandinavian and Canadian Maritime patterns to more contemporary sewn and windblock patterns from right here in Maine. Rounding out the patterns is useful information on caring for and repairing woolens; tips for adding details such as buttons, straps, or leather palms to mittens; and a list of yarn suppliers.

Object-Role Modeling Workbook

Download Object-Role Modeling Workbook PDF Online Free

Author :
Publisher : Technics Publications
ISBN 13 : 1634621069
Total Pages : 177 pages
Book Rating : 4.6/5 (346 download)

DOWNLOAD NOW!


Book Synopsis Object-Role Modeling Workbook by : Terry Halpin

Download or read book Object-Role Modeling Workbook written by Terry Halpin and published by Technics Publications. This book was released on 2016-01-04 with total page 177 pages. Available in PDF, EPUB and Kindle. Book excerpt: Written as a sequel to the author’s previous book Object-Role Modeling Fundamentals, this book briefly reviews the fundamentals of ORM, and then discusses additional topics such as model reports generation, vocabulary glossaries, relational mapping options, annotated relational schemas, schema optimization, and data modeling patterns. Written in easy-to-understand language, it illustrates each topic with simple examples, and explains how to use the freeware NORMA tool to implement the ideas discussed. The book also includes many practical exercises to promote expertise in the techniques covered, with answers provided to all the exercise questions.

Form and Forces

Download Form and Forces PDF Online Free

Author :
Publisher : John Wiley & Sons
ISBN 13 : 1118174259
Total Pages : 2027 pages
Book Rating : 4.1/5 (181 download)

DOWNLOAD NOW!


Book Synopsis Form and Forces by : Edward Allen

Download or read book Form and Forces written by Edward Allen and published by John Wiley & Sons. This book was released on 2012-01-09 with total page 2027 pages. Available in PDF, EPUB and Kindle. Book excerpt: Here, in one volume, is all the architect needs to know to participate in the entire process of designing structures. Emphasizing bestselling author Edward Allen's graphical approach, the book enables you to quickly determine the desired form of a building or other structure and easily design it without the need for complex mathematics. This unique text teaches the whole process of structural design for architects, including selection of suitable materials, finding a suitable configuration, finding forces and size members, designing appropriate connections, and proposing a feasible method of erection. Chapters are centered on the design of a whole structure, from conception through construction planning.

A Short Guide to Operational Risk

Download A Short Guide to Operational Risk PDF Online Free

Author :
Publisher : Routledge
ISBN 13 : 1351961667
Total Pages : 168 pages
Book Rating : 4.3/5 (519 download)

DOWNLOAD NOW!


Book Synopsis A Short Guide to Operational Risk by : David Tattam

Download or read book A Short Guide to Operational Risk written by David Tattam and published by Routledge. This book was released on 2017-05-15 with total page 168 pages. Available in PDF, EPUB and Kindle. Book excerpt: There is a growing awareness across both public and private sectors, that the key to embedding an effective risk culture lies in raising the general education and understanding of risk at every level in the organization. This is exactly the purpose of David Tattam's book. A Short Guide to Operational Risk provides you with a basic yet comprehensive overview of the nature of operational risk in organizations. It introduces operational risk as a component of enterprise wide risk management and takes the reader through the processes of identifying, assessing, quantifying and managing operational risk; explaining the practical aspects of how these steps can be applied to an organization using a range of management tools. The book is fully illustrated with graphs, tables and short examples, all designed to make a subject that is often poorly understood, comprehensible and engaging. A Short Guide to Operational Risk is a book to be read and shared at all levels of the organization; it offers a common understanding and language of risk that will provide individual readers with the basis to develop risk management skills, appropriate to their role in the business. The Open Access version of this book, available at http://www.taylorfrancis.com, has been made available under a Creative Commons Attribution-Non Commercial-No Derivatives (CC-BY-NC-ND) 4.0 license.

Essential SQLAlchemy

Download Essential SQLAlchemy PDF Online Free

Author :
Publisher : "O'Reilly Media, Inc."
ISBN 13 : 1491916559
Total Pages : 204 pages
Book Rating : 4.4/5 (919 download)

DOWNLOAD NOW!


Book Synopsis Essential SQLAlchemy by : Jason Myers

Download or read book Essential SQLAlchemy written by Jason Myers and published by "O'Reilly Media, Inc.". This book was released on 2015-11-27 with total page 204 pages. Available in PDF, EPUB and Kindle. Book excerpt: Dive into SQLAlchemy, the popular, open-source code library that helps Python programmers work with relational databases such as Oracle, MySQL, PostgresSQL, and SQLite. Using real-world examples, this practical guide shows you how to build a simple database application with SQLAlchemy, and how to connect to multiple databases simultaneously with the same metadata. SQL is a powerful language for querying and manipulating data, but it’s tough to integrate it with your application. SQLAlchemy helps you map Python objects to database tables without substantially changing your existing Python code. If you’re an intermediate Python developer with knowledge of basic SQL syntax and relational theory, this book serves as both a learning tool and a handy reference. Essential SQLAlchemy includes several sections: SQLAlchemy Core: Provide database services to your applications in a Pythonic way with the SQL Expression Language SQLAlchemy ORM: Use the object relational mapper to bind database schema and operations to data objects in your application Alembic: Use this lightweight database migration tool to handle changes to the database as your application evolves Cookbook: Learn how to use SQLAlchemy with web frameworks like Flask and libraries like SQLAcodegen

Information Modeling and Relational Databases

Download Information Modeling and Relational Databases PDF Online Free

Author :
Publisher : Elsevier
ISBN 13 : 0443237913
Total Pages : 1086 pages
Book Rating : 4.4/5 (432 download)

DOWNLOAD NOW!


Book Synopsis Information Modeling and Relational Databases by : Terry Halpin

Download or read book Information Modeling and Relational Databases written by Terry Halpin and published by Elsevier. This book was released on 2024-07-22 with total page 1086 pages. Available in PDF, EPUB and Kindle. Book excerpt: Information Modeling and Relational Databases, Third Edition, provides an introduction to ORM (Object-Role Modeling) and much more. In fact, it is 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. This book is intended for anyone with a stake in the accuracy and efficacy of databases: systems analysts, information modelers, database designers and administrators, and programmers. Dr. Terry Halpin and Dr. Tony Morgan, pioneers in the development of ORM, blend conceptual information with practical instruction that will let you begin using ORM effectively as soon as possible. The all-new Third Edition includes coverage of advances and improvements in ORM and UML, nominalization, relational mapping, SQL, XML, data interchange, NoSQL databases, ontological modeling, and post-relational databases. Supported by examples, exercises, and useful background information, the authors' 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. "This book is an excellent introduction to both information modeling in ORM and relational databases. The book is very clearly written in a step-by-step manner and contains an abundance of well-chosen examples illuminating practice and theory in information modeling. I strongly recommend this book to anyone interested in conceptual modeling and databases." — Dr. Herman Balsters, Director of the Faculty of Industrial Engineering, University of Groningen, The Netherlands - Presents the most in-depth coverage of object-role modeling, including a thorough update of the book for the latest versions of ORM, ER, UML, OWL, and BPMN modeling. - Includes clear coverage of relational database concepts as well as the latest developments in SQL, XML, information modeling, data exchange, and schema transformation. - Case studies and a large number of class-tested exercises are provided for many topics. - Includes all-new chapters on data file formats and NoSQL databases.