Re: Good Database Philosophy Book?

2003-07-09 Thread Paul Chvostek
On Wed, Jul 09, 2003 at 04:20:52AM -0700, David Thompson wrote: > > Looking for a book to help me develop a philosophy for building > databases (particularly on MySQL). And then taking them from concept to > construction. > > Something like Start by asking which queries you will be performing,

Re: Good Database Philosophy Book?

2003-07-09 Thread SAQIB
David, If you want to learn about Databases and normalization and Relational Algebra, a really good book is: Fundamentals of Database Systems, by Elmasri and Navathe and Understanding Relational Database Query Languages by SW Dietrich I have studied the first book, cover to cover, and I still us

Re: Good Database Philosophy Book?

2003-07-09 Thread Eldrid Rensburg
eviews: http://www.amazon.com/exec/obidos/search-handle-form/ref=dp_sr_00/102-273674 3-5299308 -Original Message- From: David Thompson [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 09, 2003 1:21 PM To: 'MySQL Mailing List' Subject: Good Database Philosophy Book? Looking

Re: Good Database Philosophy Book?

2003-07-08 Thread Ares Liu
Hi, all Who can recommend me a good tools for testing performance under heavy use of mysql. With large corcurrent queries. -Ares -- Nuclear Science & Technology Virtual Research Center http://nst.pku.edu.cn -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubs

RE: Good Database Philosophy Book?

2003-07-08 Thread Ralph Guzman
Joe Celko's SQL for Smarties: Advanced SQL Programming By Joe Celko -Original Message- From: David Thompson [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 09, 2003 4:21 AM To: 'MySQL Mailing List' Subject: Good Database Philosophy Book? Looking for a book to he

Good Database Philosophy Book?

2003-07-08 Thread David Thompson
Looking for a book to help me develop a philosophy for building databases (particularly on MySQL). And then taking them from concept to construction. Something like Start by asking which queries you will be performing, then define all data needed for each of those queries, then progress to nor