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 ...
Unit 6 SEP Introduce Web Page Development Web page development is the process of creating and building websites that people use on the internet. It includes everything from how a site looks , how it works , and how users interact with it. What happens in web page development? 1. Planning: o What will the website do? o Who will use it? o What pages are needed (Home, About, Contact, etc.)? 2. Designing (Front-End): This involves deciding: o Page layout o Colors, fonts, background o Buttons, menus, forms Tools used: o HTML → builds structure o CSS → adds styling o JavaScript → adds interactivity 3. Backend Development: This deals with the server , database , and how data is stored. L...