Unit: 7 Working with database Database Why use a database? Databases make updating data easy and reliable, and they help to ensure accuracy. They offer security features to control access to information, and they help us avoid redundancy. A database is a structure that stores information in an organized, consistent, reliable, and searchable way. The various reasons a database is important are − Manages large amounts of data A database stores and manages a large amount of data on a daily basis. This would not be possible using any other tool such as a spreadsheet as they would simply not work. Accurate A database is pretty accurate as it has all sorts of build in constraints, checks etc. This means that the information available in a database is guaranteed to be correct in most cases. Easy to update data In a database, it is easy to update data using various Data Manipulation languages (DML) available. One of these languages is SQL. Security ...