FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Imported messages » comp.lang.php » willing to hire someone who knows both JS and PHP
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: willing to hire someone who knows both JS and PHP [message #185238 is a reply to message #185236] Thu, 13 March 2014 18:48 Go to previous messageGo to previous message
Mr Oldies is currently offline  Mr Oldies
Messages: 241
Registered: October 2013
Karma:
Senior Member
On 13 Mar 2014 18:12:08 GMT, Derek Turner wrote:

> On Thu, 13 Mar 2014 13:58:19 -0400, richard wrote:
>
>> The table I have now consists of the following information:
>> 1) songID 2) hits 3) title 4) artist 5) license the last column is
>> primarily for use by either BMI or ASCAP for helping them when my
>> quarterly report is due. It is optional.
>
> And you see nothing wrong or not-normalized about that?

http://ftp.nchu.edu.tw/MySQL/tech-resources/articles/intro-to-normalization .html

I had a look at this so called normilisation crap.
In order to find the author of a given book, along with the ISBN, he has to
search through 3 tables.
As well as keeping track of things in his code.

He totally compounds all of the information he wants in 10 tables.
IMO overloading the server as well as needless memory usage.
Like ost of you guys here in this forum, if it needs more than three
columns, create another table.

If he needs to delte a book, then he has to delte all the entires that
correspond in 10 tables.
Again, overloading the server needlessly.

In his case, I can see using 2 tables.
One for the book information, and one for the author information.
That way, when a book is deleted, the author information is maintained.
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: totally WEIRD bug? Firefox caching?
Next Topic: Vote for the best!! - Top 25 PHP Frameworks - See developers vote.
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Sun Oct 20 22:15:46 GMT 2024

Total time taken to generate the page: 0.05414 seconds