Knowledgeable yet simple book for database modelling or database design
Knowledgeable yet simple book for database modelling or database design
am 16.08.2007 17:18:13 von Vicky
Hi All,
Can u please suggest me some books for relational database design or
database modelling(Knowledgeable yet simple) i.e. from which we could
learn database relationships(one to many,many to one
etc.....),building ER diagrams,proper usage of ER diagrams in our
database(Primary key foreign key relations),designing small
modules,relating tables and everything that relates about database
design....Coz I think database design is the crucial part of database
and we must know the design part very first before starting up with
databases.....
Thanks and very grateful to all of you....
Vikas
Re: Knowledgeable yet simple book for database modelling or database design
am 16.08.2007 22:53:35 von David Portas
"vicky" wrote in message
news:1187277493.878157.213600@j4g2000prf.googlegroups.com...
> Hi All,
> Can u please suggest me some books for relational database design or
> database modelling(Knowledgeable yet simple) i.e. from which we could
> learn database relationships(one to many,many to one
> etc.....),building ER diagrams,proper usage of ER diagrams in our
> database(Primary key foreign key relations),designing small
> modules,relating tables and everything that relates about database
> design....Coz I think database design is the crucial part of database
> and we must know the design part very first before starting up with
> databases.....
>
> Thanks and very grateful to all of you....
>
> Vikas
>
The following is one good book that deals with data modelling specifically
from the ER perspective:
http://www.amazon.com/Modeling-Essentials-Third-Graeme-Simsi on/dp/0126445516
However, the ER perspective is not the only way or necessarily the best way
to design a database. See also:
http://www.amazon.com/Information-Modeling-Relational-Databa ses-Conceptual/dp/1558606726
Another book I highly recommend is the following. It's not a comprehensive
reference or tutorial but it does give excellent analysis and guidance on
some of the key topics.
http://www.amazon.co.uk/Practical-Issues-Database-Management -Fabian/dp/0201485559
--
David Portas, SQL Server MVP
Whenever possible please post enough code to reproduce your problem.
Including CREATE TABLE and INSERT statements usually helps.
State what version of SQL Server you are using and specify the content
of any error messages.
SQL Server Books Online:
http://msdn2.microsoft.com/library/ms130214(en-US,SQL.90).as px
--
Re: Knowledgeable yet simple book for database modelling or database design
am 16.08.2007 23:04:15 von Alex Kuznetsov
On Aug 16, 10:18 am, vicky wrote:
> Hi All,
> Can u please suggest me some books for relational database design or
> database modelling(Knowledgeable yet simple) i.e. from which we could
> learn database relationships(one to many,many to one
> etc.....),building ER diagrams,proper usage of ER diagrams in our
> database(Primary key foreign key relations),designing small
> modules,relating tables and everything that relates about database
> design....Coz I think database design is the crucial part of database
> and we must know the design part very first before starting up with
> databases.....
>
> Thanks and very grateful to all of you....
>
> Vikas
Search for Louis Davidson's books on database design.
Alex Kuznetsov, SQL Server MVP
http://sqlserver-tips.blogspot.com/
Re: Knowledgeable yet simple book for database modelling or database design
am 07.09.2007 12:55:33 von Vicky
On Aug 17, 2:04 am, Alex Kuznetsov wrote:
> On Aug 16, 10:18 am, vicky wrote:
>
> > Hi All,
> > Can u please suggest me some books for relationaldatabasedesignor
> >databasemodelling(Knowledgeableyetsimple) i.e. from which we could
> > learndatabaserelationships(one to many,many to one
> > etc.....),building ER diagrams,proper usage of ER diagrams in our
> >database(Primary key foreign key relations),designing small
> > modules,relating tables and everything that relates aboutdatabase
> >design....Coz I thinkdatabasedesignis the crucial part ofdatabase
> > and we must know thedesignpart very first before starting up with
> > databases.....
>
> > Thanks and very grateful to all of you....
>
> > Vikas
>
> Search for Louis Davidson's books ondatabasedesign.
>
> Alex Kuznetsov, SQL Server MVPhttp://sqlserver-tips.blogspot.com/
David and Alex Thank you very much....