Posts

Showing posts with the label DBMS

Data Abstraction in DBMS

Image
  Ø   Database systems are made-up of complex data structures. To ease the user interaction with database, the developers hide internal irrelevant details from users. This process of hiding irrelevant details from user is called  data abstraction . Ø   The term “irrelevant” used here with respect to the user, it doesn’t mean that the hidden data is not relevant with regard to the whole database. It just means that the  user is not concerned about that data . Ø   For example:  When you are booking a train ticket, you are not concerned how data is processing at the back end when you click “book ticket”, what processes are happening when you are doing online payments.  You are just concerned about the message that pops up when your ticket is successfully booked . This doesn’t mean that the process happening at the back end is not relevant, it just means that you as a user are not concerned what is happening in the database. Ø   There are...

DBMS Course Material

Image
  "Explore the fundamentals of Database Management Systems (DBMS) in this concise and informative video. Learn how DBMS organizes and retrieves data efficiently, empowering businesses to streamline operations and make informed decisions. Dive into key concepts like data modeling, query optimization, and transaction management, essential for mastering the backbone of modern data-driven applications." The following topics will depict clear idea about Database Management System (DBMS) with executed source code     Assignment Cover Page  :  Click Me to Download DBMS Lab Manual  :  C lick Me! Sr No Topic Name Description Chapter No-1: Conceptual Modelling 01 What is Database Management System? Click Me! 02 Types of DBMS Click Me! 03 Applications of databases Click Me! 04 Purpose of DBMS ...

Search related post on google