明解 関係的データベース設計・実装(第4版)<br>Relational Database Design and Implementation (4TH)

個数:
電子版価格
¥7,862
  • 電子版あり

明解 関係的データベース設計・実装(第4版)
Relational Database Design and Implementation (4TH)

  • 提携先の海外書籍取次会社に在庫がございます。通常3週間で発送いたします。
    重要ご説明事項
    1. 納期遅延や、ご入手不能となる場合が若干ございます。
    2. 複数冊ご注文の場合は、ご注文数量が揃ってからまとめて発送いたします。
    3. 美品のご指定は承りかねます。

    ●3Dセキュア導入とクレジットカードによるお支払いについて

  • 提携先の海外書籍取次会社に在庫がございます。通常約2週間で発送いたします。
    重要ご説明事項
    1. 納期遅延や、ご入手不能となる場合が若干ございます。
    2. 複数冊ご注文の場合は、ご注文数量が揃ってからまとめて発送いたします。
    3. 美品のご指定は承りかねます。

    ●3Dセキュア導入とクレジットカードによるお支払いについて
  • 【入荷遅延について】
    世界情勢の影響により、海外からお取り寄せとなる洋書・洋古書の入荷が、表示している標準的な納期よりも遅延する場合がございます。
    おそれいりますが、あらかじめご了承くださいますようお願い申し上げます。
  • ◆画像の表紙や帯等は実物とは異なる場合があります。
  • ◆ウェブストアでの洋書販売価格は、弊社店舗等での販売価格とは異なります。
    また、洋書販売価格は、ご注文確定時点での日本円価格となります。
    ご注文確定後に、同じ洋書の販売価格が変動しても、それは反映されません。
  • 製本 Paperback:紙装版/ペーパーバック版/ページ数 712 p.
  • 言語 ENG
  • 商品コード 9780128043998
  • DDC分類 005.756

Full Description

Relational Database Design and Implementation: Clearly Explained, Fourth Edition, provides the conceptual and practical information necessary to develop a database design and management scheme that ensures data accuracy and user satisfaction while optimizing performance.

Database systems underlie the large majority of business information systems. Most of those in use today are based on the relational data model, a way of representing data and data relationships using only two-dimensional tables. This book covers relational database theory as well as providing a solid introduction to SQL, the international standard for the relational database data manipulation language.

The book begins by reviewing basic concepts of databases and database design, then turns to creating, populating, and retrieving data using SQL. Topics such as the relational data model, normalization, data entities, and Codd's Rules (and why they are important) are covered clearly and concisely. In addition, the book looks at the impact of big data on relational databases and the option of using NoSQL databases for that purpose.

Contents

Part I: Introduction
1. The Database Environment
2. Systems Analysis and Database Requirements

Part II: Relational database design theory
3. Why Good Design Matters
4. Entities and Relationships
5. The Relational Data Model
6. Relational Algebra
7. Normalization
8. Database Design and Performance Tuning
9. Codd's Rules for Relational DBMSs

Part III: Relational database design practice
10. Introduction to SQL
11. Using SQL to Implement a Relational Design
12. Using CASE Tools for Database Design
13. Database Design Case Study #1: Mighty-Mite Motors
14. Database Design Case Study #2: East Coast Aquarium
15. Database Design Case Study #3: SmartMart

Part IV: Using interactive SQL to manipulate a relational database
16. Simple SQL Retrieval
17. Retrieving Data from More Than One Table
18. Advanced Retrieval Operations
19. Working With Groups of Rows
20. Data Modification
21. Creating Additional Structural Elements

Part V: Database implementation issues
22. Concurrency Control
23. Database Security
24. Data Warehousing
25. Data Quality

Part VI: Beyond the relational data model
26. XML Support
27. Object-Relational Databases
28. Relational Databases and "Big Data”: The Alternative of a NoSQL Solution

Part VII: Appendices
A. Historical Antecedents
B. SQL Programming
C. SQL Syntax Summary