View Single Post
Old 10-30-2007, 07:34 PM   #4 (permalink)
Haris
The Frequenter
Prolific Welcomer Upcoming Programmer 
 
Join Date: Sep 2007
Posts: 360
Thanks: 24
Haris is on a distinguished road
Default

Quote:
Originally Posted by Karl View Post
This point isn't to do with your structure per se, but it's an important aspect of good database design. If you're using MySQL 5 you can setup relationships with cascades so that you can automatically update/delete related records. For example, with cascade deletes you can delete an artist, and MySQL will automatically delete the related records from the songs and albums table.
And offtopic, that can be easily done via SQLYog. :)

I completely like that feature and hopefully is going to make a better use next time.

Thanks Karl.
Haris is offline  
Reply With Quote