Database Systems - Week 8
The three most important thinga about this course are the things we learned about Database planning and designing. You need to understand what data you will be storing and how often it will be accessed, what type of queries will be used, etc. Data integrity is key when you are having users access, update, and insert data on a regular basis. Data validation and design are both important to keeping data integrity to make sure invalid data isn't being inserted. Designing a system to make it as difficult as possible to make mistakes is important. Scalability and performance are also very important because many databases handle large amounts of data and the more time it takes to find the data you need, the more money the company is losing. Being able to grow as the need arises will set yourself up for the future rather than pushing the buck to the future. Accessibility and usab...