0% found this document useful (0 votes)
11 views1 page

E:/Tarun/Computer Engineering/TE/SEM I/DBMS/Database - System - Concepts - (Instructor's - Manual) PDF

A database is a collection of organized data stored for various applications like banking, airlines, universities, sales, and manufacturing. A database management system (DBMS) manages storage, retrieval, and manipulation of database data with desirable characteristics like organized storage, quick retrieval, and tools for modification. A relational database management system (RDBMS) is based on the relational model which stores data in two-dimensional relations or tables with attributes as columns and tuples as rows. Oracle is an example of an RDBMS.

Uploaded by

Tarun Kulchandra
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views1 page

E:/Tarun/Computer Engineering/TE/SEM I/DBMS/Database - System - Concepts - (Instructor's - Manual) PDF

A database is a collection of organized data stored for various applications like banking, airlines, universities, sales, and manufacturing. A database management system (DBMS) manages storage, retrieval, and manipulation of database data with desirable characteristics like organized storage, quick retrieval, and tools for modification. A relational database management system (RDBMS) is based on the relational model which stores data in two-dimensional relations or tables with attributes as columns and tuples as rows. Oracle is an example of an RDBMS.

Uploaded by

Tarun Kulchandra
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

UNIT I INTRODUCTION TO DBMS Database: a database is a collection of interrelated data stored in an organized manner Database Applications: o Banking: all

all transactions o Airlines: reservations, schedules o Universities: registration, grades o Sales: customers, products, purchases o Online retailers: order tracking, customized recommendations o Manufacturing: production, inventory, orders, supply chain o Human resources: employee records, salaries, tax deductions Database Management System (DBMS) : is a set of files to manage a database. Management of database involves storage retrieval, and manipulation of data. Desirable characteristics of DBMS : o Organized storage o Quick data retrieval o Tools for data manipulation : should provide users with tolls to modify, delete and add data A DBMS based on relational model is called Relational database management system (RDBMS). Example of a RDBMS Is ORACLE Understanding RDBMS : o A RDBMS is based on relational model o A relational model consists of two-dimensional data structure called relations to store data. o Each relation has a set of attributes that describe the properties of data contained in it. o A relation contains related data, for each attribute, in the form of tuples or rows. o A relation is also called as table and an attribute is also called columns Refer to chapter 1 and chapter 2 of the following hyperlink

E:\Tarun\Computer Engineering\TE\SEM I\DBMS\Database_System_Concepts_(Instructor's_Manual).pdf

You might also like