Database Design – Building the Heart of Your Application
Database design is an essential part of building most software applications. Proper implementation can impact speed, usability, and reduce user frustration. In this video tutorial, we look at some steps and guidelines to build your database and avoid design errors. Getting on the Same Page We start this presentation with an overview of databases. This step helps get us on the same page as far as terminology and the features of a well-designed database. Although this is not new to many developers, it never hurts to make sure we know where we are starting. In any case, we do move through the overview quickly Considerations of Good Database Design Once we have a summary covered, we dive into designing our database.... Read more