


Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
An overview of databases, their types, data models, dbms operations, and advantages. It covers hierarchical, network, relational, and object-based logical models, dbms operations like adding files, inserting, retrieving, modifying, and removing data, and advantages such as data sharing, enhanced security, and better transaction support. The introduction of rdbms and its features are also discussed.
Typology: Study notes
1 / 4
This page cannot be seen from the preview
Don't miss anything!



Database is a collection of information organized for easy access, management and maintenance. Examples; Telephone directory Customer data Product inventory Visitors register Weather record
Record data model
Entity relationship model Entity relationship diagram also known as ERD, ED diagram or ER model is a type of structural diagram for use in database design. DBMS operations Adding new files Inserting data Retrieving data Modifying data Removing data Advantages of DBMS Sharing data across application Enhanced security mechanism Enforce integrity constrains Better transaction support Backup and recovery features Introduction of RDBMS A relational database refers to a database that stores data in structured format, using rows and columns. This makes it easier to locate and access specific values within the database. It is “relational” because the values within each table are related to each other. Tables may also be related to other tables. The relational structure makes it possible to run queries across multiple tables at once.
SQL connection SQL server is a database server to manage database. Data server content all table and any sql sever object like trigger, view,table. SSMS is a client tool to make connection with database server authentication. Server name(local)or Username :sa(system administrator) Password** Click to connect.