As shocking as this may be, not every team has a dedicated database administrator. Like many developers, I have had to learn difficult lessons about database design the hard way when under a lot of pressure to get something that’s broken fixed. In this session, we will go over how to normalize our database, how to use indexes to improve our performance and discuss using constraints to make sure that the data entered into our database follows our business rules.

Comments

Please login to leave a comment

Dave Stokes at 12:26 on 25 Apr 2024

Fantastic presentation and fantastic presenter!

All-important information.

I've never worked with a DBA so all of my SQL knowledge is self taught. This talk not only let me know that most of what I was already doing was correct, but also gave me insight to a couple of other things that I need to be doing to get even better.