Just 2 questions about Sql.
#4

Quote:
Originally Posted by ShivRp
Посмотреть сообщение
BTW what if i have more than 30 columns in the sql server? What would happen wrong?
Nothing. It's just bad practice and usually an indication that your database isn't properly normalized and that you aren't using MySQL correctly. Once particular data duplicates across multiple tables then that data should be linked from a separate table. Say, if you identify a player's properties by name. If the player changes his name you'd need to update it in their account, in the houses table, in the business table, and wherever else it might be used.
Reply


Messages In This Thread
.... - by Guest4390857394857 - 28.04.2014, 18:11
Re: Just 2 questions about Sql. - by Vince - 28.04.2014, 20:10
.... - by Guest4390857394857 - 29.04.2014, 04:50
Re: Just 2 questions about Sql. - by Vince - 29.04.2014, 07:12
.... - by Guest4390857394857 - 29.04.2014, 11:15

Forum Jump:


Users browsing this thread: 1 Guest(s)