Initial Idea 1: Database Design and Implementation
DATABASE DESIGN AND IMPLEMENTATION First of all, What is DATA? Data are facts or pieces of information about the object under review. For instance, the person's name, age, height, weight, ethnicity, hair color, and birthdate, are examples of personal data. Data encompasses more than just written facts; it also includes photographs, images, and files. (CFI, 2022) (Twinkl, 2022) There are a few terms for understanding the connection between data and databases. - Fields Fields store the most specific details of information about the data. - Record Record is the storage of connected data. - Table Table is the storage of connected Records. - Database A collection of Tables, but... What is a Database? A database is a collection of logically connected data that is arranged in a way that makes it easy to access, manage, and change. Databases are typically accessed electronically through a computer system and managed by a database management system (DBMS). (CFI, 2022) (CFI,...


Comments
Post a Comment