Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 7

Home
 |
 About
 |
 Subscribe

Search ...

 Pages

o Subscribe

 Categories

o .Net (115)

o Agile Coaching (7)

o Agile/Scrum (62)

o CSS3 (2)

o Data Warehouse (7)

o Databases (18)

o Delphi (7)

o Design Patterns (5)

o General (36)

o HTML5 (2)

o Java (16)

o Javascript (7)

o Organization Culture (3)

o Others (1)

o PHP (45)

 Symfony (5)

o Recruitment (2)

o SharePoint (5)

 SharePoint 2010 (5)

o Silverlight (18)

o Team Work (1)
o Testing/QA (25)

 Archives

o May 2013

o April 2013

o March 2013

o February 2013

o January 2013

o December 2012

o October 2012

o September 2012

o August 2012

o July 2012

o June 2012

o April 2012

o March 2012

o February 2012

o January 2012

o December 2011

o November 2011

o September 2011

o August 2011

o July 2011

o June 2011

o May 2011

o April 2011

o March 2011

o February 2011

o January 2011

o December 2010
o June 2010

o May 2010

o April 2010

o March 2010

o February 2010

o January 2010

o December 2009

o November 2009

o October 2009

o September 2009

o August 2009

o July 2009

 Recent Posts

o Software Architecture

o Executable Specifications using GUI-Less browser frameworks

o Use the browser’s developer tools (F12) to examine slow-loading webpages

o Agility during software maintenance

o Dig into DIP

 Tag Cloud
Design PatternsiSense iSense
.Net .Net 3.5 BDD cassandra chartCoding kata Dependency Injection 

IndiaLightSwitch MEF MongodbMVVM Node.js NoSQL open
source OpenXml ORM PerformancePHP PowerPoint PRISMRefactoring Resharper ScrumSecurity Symfony TDD Unity

 Meta

o Log in

o Entries (RSS)

o Comments (RSS)

 Visitors
Database design – Conceptual Design , Logical Design , Physical Design.
Author: Kamalanathan
Thursday, October 01st, 2009

Database design: Conceptual  , Logical and Physical  design.


Database design is the process of producing a detailed data model of database to meet an end users requirement.

Qualities of a Good Database Design

 Reflects real-world structure of the problem

 Can represent all expected data over time

 Avoids redundancy and ensures Consistency

 Provides efficient access to data

 Supports the maintenance of data integrity over time

Database design methodology has 3 main phases:

1.  Conceptual database design

2.  Logical database design

3.  Physical database design

1. Conceptual database design:

It is a process of constructing a data model for each view of the real world problem which is

independent of physical considerations.

This step involves  :

 Constructing the ER Model

 Check the model for redundancy

 Validating the model against user transactions to ensure all the scenarios are supported

ER Modelling :

Pictorial Representation of the Real world problem in terms of entities (which have attributes)  and relations  between

the entities   is referred as ER diagram.

Entities: An entity is a class of distinct identifiable objects or concepts

Relations: Associations among entities is referred as €œRelations€

Attributes:  Attributes are properties or characteristics of entities.

Please refer http://en.wikipedia.org/wiki/Entity-relationship_model for more about ER diagrams.

2. Logical database design


It is a process of constructing a model of information , which can then be mapped into storage objects supported by

the Database Management System.

This step involves:

 Table Generation From ER Model

 Normalization of Tables

Table Generation From ER Model

The Cardinality of relationships among the entities can be considered while deriving the

tables from ER Model into:

One-to-one:

Entities with €œone-to-one€ relationships should be merged into a single entity

Each remaining entity is modeled by a table with a primary key and attributes, some of which may be foreign keys

One-to-many

€œOne-to-many€ relationships are modeled by a foreign key attribute in the table . This foreign key would

refer to another table that would contain the €œmany€  side of the relation.

Many-to-many

€œMany-to-many€ relationships among two entities are modeled by a third table that has foreign keys that

refer to the entities.

Normalization of Tables

Normalization is a process of eliminating redundancy and other anomalies in the system.

Please refer http://en.wikipedia.org/wiki/Database_normalization for more details.

In most cases in the enterprise world , normalization upto Third Normal form would suffice.

In certain cases or some transactions it is desirable that certain table be denormalised  for efficiency in querying the

database tables.In those cases tables can be in denormalised form.

3.Physical database design

The physical design of the database specifies the physical configuration of the database on

the storage media.


This step involves  describing the base relations, file  organisations, and indexes design used to achieve efficient access

to the data, and any associated integrity constraints and security measures.

External Links:

http://en.wikipedia.org/wiki/Codd’s_12_rules

http://ocw.mit.edu/NR/rdonlyres/Urban-Studies-and-Planning/11-208Introduction-to-Computers-in-Public-

Management-IIJanuary–IAP-2002/64B3A7CB-FA1F-4749-869C-A5D96ABCBE50/0/lect52.pdf

http://en.wikipedia.org/wiki/Conceptual_schema

http://en.wikipedia.org/wiki/Database_design

http://www.cs.ucc.ie/~abf/CS507-8/l37c.pdf

Category: Databases

 (No Ratings Yet)

You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own
site.

2 Responses

1. 1
skup telefonów komórkowych 

I believe what you composed made a lot of sense. But, think about this, what if you were to write a killer title? I mean,
I don’t wish to tell you how to run your website, however suppose you added something that makes people desire
more? I mean Database design – Conceptual Design , Logical Design , Physical Design. | Prowareness Developer's Blog
is a little vanilla. You should look at Yahoo’s front page and watch how they create post titles to get viewers interested.
You might try adding a video or a pic or two to grab people excited about everything’ve got to say. In my opinion, it
would make your posts a little livelier.

2. 2
santa claus letters 

I enjoy this weblog, wonderful content material and I am going to bookmark this web site for future updates.

Leave a Reply

 Name (required)

 E-Mail (will not be published , required)


Submit

Charaza maneno mawili:

 
Spam Protection by WP-SpamFree Plugin

« PHP = Open Source


Generics in Delphi »

 Copyright © 2012 Prowareness. All rights reserved.

You might also like