Published onJuly 17, 2022 ☕️ 2 min readDatabase Design Fundamentals For Software Engineers | Schemas and InstancesDatabaseThe data which is stored in the database at a particular moment of time is called an instance of the database
Published onJuly 16, 2022 ☕️ 3 min readDatabase Design Fundamentals For Software Engineers | Data ModelsDatabaseA database model is a type of data model that determines the logical structure of a database.
Published onJuly 12, 2022 ☕️ 2 min readDatabase Design Fundamentals For Software Engineers | Benefits of using the database approachDatabaseIn the database approach, ideally, each data item is stored in only one place in the database. This is known as data normalization.
Published onJuly 12, 2022 ☕️ 2 min readDatabase Design Fundamentals For Software Engineers | Characteristics of the Database ApproachDatabaseA database system is self-describing because it not only contains the database itself.
Published onJuly 12, 2022 ☕️ 2 min readDatabase Design Fundamentals For Software Engineers | Database Management System (DBMS)DatabaseDBMS, It's a collection of programs that enable the users of the organization to create and maintain databases and control all access to them
Published onJuly 12, 2022 ☕️ 3 min readDatabase Design Fundamentals For Software Engineers | Introduction & File-based systemDatabaseA database is an organized collection of structured information, or data, typically stored electronically in a computer system. A database is usually controlled by a database management system (DBMS).
Published onJuly 12, 2022 ☕️ 1 min readDatabase Design Fundamentals For Software Engineers | What is Database?DatabaseA database, It's a shared collection of related data.