d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Sql - Database Management
Add Reply New Topic New Poll
Member
Posts: 18,742
Joined: Nov 9 2005
Gold: 222.69
Warn: 30%
Jan 24 2020 03:45pm
Hi all,

Wanted to get some insight from anyone who does programming/coding as a career and focuses on database management. Was looking into codeacademy courses but wanted to get your insight if you’re in the database management field:

What helped you in your career?

What do you wish you did differently?

What advice would you give yourself starting out that you wish you knew then?
Member
Posts: 12,703
Joined: May 17 2013
Gold: 12,935.00
Jan 24 2020 05:30pm
learn why indexes are useful

learn normal forms

think about why duplicating data might sometimes be the best idea (data duplication might reduce the amount of data you need to join and make your design simpler in the end)

often something that is hard to do purely with database design is trivial to enforce with business logic, thereby making your database design simpler.
Go Back To Programming & Development Topic List
Add Reply New Topic New Poll