Database Design for Mere Mortals: A Hands-On Guide to Relational Database Design (3rd Edition) by Michael J. Hernandez
Author:Michael J. Hernandez [Hernandez, Michael J.]
Language: eng
Format: epub, mobi
Publisher: Pearson Education
Published: 2013-02-13T23:00:00+00:00
* * *
Note
I commonly create an ID field (such as EMPLOYEE ID, VENDOR ID, DEPARTMENT ID, CATEGORY ID, and so on) and use it as an artificial candidate key. It always conforms to the Elements of a Candidate Key, makes a great primary key (eventually), and, as you’ll see in Chapter 10, makes the process of establishing table relationships much easier.
* * *
Review the candidate keys you’ve selected and make absolutely certain that they thoroughly comply with the Elements of a Candidate Key. Don’t be surprised if you discover that one of them is not a candidate key after all—incorrectly identifying a field as a candidate key happens occasionally. When this does occur, just remove the “CK” designator from the field name in the table structure. Deleting a candidate key won’t pose a problem so long as the table has more than one candidate key. If you discover, however, that the only candidate key you identified for the table is not a candidate key, you must establish an artificial candidate key for the table. After you’ve defined the new candidate key, remember to mark its name with a “CK” in the table structure.
Download
Database Design for Mere Mortals: A Hands-On Guide to Relational Database Design (3rd Edition) by Michael J. Hernandez.mobi
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Access | Data Mining |
Data Modeling & Design | Data Processing |
Data Warehousing | MySQL |
Oracle | Other Databases |
Relational Databases | SQL |
Algorithms of the Intelligent Web by Haralambos Marmanis;Dmitry Babenko(8262)
Azure Data and AI Architect Handbook by Olivier Mertens & Breght Van Baelen(6426)
Building Statistical Models in Python by Huy Hoang Nguyen & Paul N Adams & Stuart J Miller(6384)
Serverless Machine Learning with Amazon Redshift ML by Debu Panda & Phil Bates & Bhanu Pittampally & Sumeet Joshi(6275)
Data Wrangling on AWS by Navnit Shukla | Sankar M | Sam Palani(6050)
Driving Data Quality with Data Contracts by Andrew Jones(6013)
Learning SQL by Alan Beaulieu(5965)
Machine Learning Model Serving Patterns and Best Practices by Md Johirul Islam(5780)
Weapons of Math Destruction by Cathy O'Neil(5726)
Big Data Analysis with Python by Ivan Marin(5186)
Data Engineering with dbt by Roberto Zagni(4211)
Solidity Programming Essentials by Ritesh Modi(3851)
Time Series Analysis with Python Cookbook by Tarek A. Atwan(3698)
Pandas Cookbook by Theodore Petrou(3416)
Blockchain Basics by Daniel Drescher(3278)
Hands-On Machine Learning for Algorithmic Trading by Stefan Jansen(2890)
Feature Store for Machine Learning by Jayanth Kumar M J(2801)
Learn T-SQL Querying by Pam Lahoud & Pedro Lopes(2783)
Mastering Python for Finance by Unknown(2735)
