| Forum |
|
|||||||
| Software Q&A Having trouble with software? Find solutions here |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
| Advertisements. Register and be a member of the community to get rid of them. | |
|
Advertisement
|
|
|
|
#2 (permalink) |
|
Human Spambot
Join Date: May 2005
Location: Expert Planet
Posts: 2,480
|
please be more specific and clairfy it ...can't get what u wanna say ....
Thanks Regards..... Expertno.1
__________________
Off From Digit Forum for some months.....busy |
|
|
|
|
#3 (permalink) |
|
Wahahaha~!
Join Date: Dec 2006
Location: Pune/there
Posts: 7,109
|
its related to database table redundancy removal and transitive dependencies maintaining referential integrity.
Here is your answer(commonly accessible information will be better left without normalization as normalization increases number pf joins ): http://www.25hoursaday.com/weblog/20...LDatabase.aspx guess reading this might help: http://en.wikipedia.org/wiki/Database_normalization Normalization is a must, unless u are creating some simple application. Consider this tutorial(worth reading): http://phlonx.com/resources/nf3/ Last edited by Faun; 21-11-2007 at 07:00 PM. |
|
|
|
|
#4 (permalink) | |
|
Right Off the Assembly Line
Join Date: Feb 2007
Posts: 32
|
Quote:
|
|
|
|
|
|
#6 (permalink) |
|
Right Off the Assembly Line
Join Date: Feb 2007
Posts: 32
|
hi,
sorry for that i just missed the words while i was typing the reply, what i want to say that i m looking 4 a good reason for nor normalizing the tables pls suggest i try to send u the table structure book table Field Null Default id varchar(9) Yes title varchar(50) Yes au1_first_name varchar(20) Yes au1_second_name varchar(20) Yes au1_initial char(1) Yes NULL au2_first_name varchar(20) Yes NULL au2_second_name varchar(20) Yes NULL au2_initial char(1) Yes NULL section varchar(20) Yes issued char(3) Yes NO issued_on date Yes 0000-00-00 renewal_on date Yes 0000-00-00 borrower_id varchar(10) Yes NULL fine float(4,2) Yes 0.00 reserved varchar(9) Yes NULL comments varchar(30) Yes NULL stats table Field Null Default date date Yes 0000-00-00 tbi int(4) Yes NULL tbr int(4) Yes NULL total_fine float(4,2) Yes NULL book table Field Null Default roll_no varchar(10) Yes password varchar(32) Yes first_name varchar(20) Yes second_name varchar(20) Yes initial char(1) Yes sex char(1) Yes varchar(50) Yes books_issued text Yes NULL reserved text Yes NULL |
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Need Help - Normalization | santu_29 | QnA (read only) | 2 | 27-08-2007 12:10 AM |