Relational Database Design and Implementation
Clearly Explained
- Publisher's listprice EUR 49.95
-
20 716 Ft (19 730 Ft + 5% VAT)
The price is estimated because at the time of ordering we do not know what conversion rates will apply to HUF / product currency when the book arrives. In case HUF is weaker, the price increases slightly, in case HUF is stronger, the price goes lower slightly.
- Discount 10% (cc. 2 072 Ft off)
- Discounted price 18 645 Ft (17 757 Ft + 5% VAT)
Subcribe now and take benefit of a favourable price.
Subscribe
20 716 Ft
Availability
printed on demand
Why don't you give exact delivery time?
Delivery time is estimated on our previous experiences. We give estimations only, because we order from outside Hungary, and the delivery time mainly depends on how quickly the publisher supplies the book. Faster or slower deliveries both happen, but we do our best to supply as quickly as possible.
Product details:
- Edition number 4
- Publisher Elsevier Science
- Date of Publication 27 April 2016
- ISBN 9780128043998
- Binding Paperback
- No. of pages712 pages
- Size 234x190 mm
- Weight 1450 g
- Language English 0
Categories
Long 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.
MoreTable of 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ï¿1⁄2Database 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ï¿1⁄2: The Alternative of a NoSQL Solution
Part VII: Appendices
A. Historical Antecedents
B. SQL Programming
C. SQL Syntax Summary