Chapter 8 Introduction To DBMS Notes - Important Points - CS-IP-Learning-Hub
Chapter 8 Introduction To DBMS Notes - Important Points - CS-IP-Learning-Hub
Chapter 8 Introduction to DBMS Base, OpenOffice.org Base, and MySQL, to organize the data as per
In the manual system, you would maintain several files with The software that is used to create, update and retrieve data is
different bits of information while in the computerized system you known as database management system (DBMS). It facilitates
Record or Row or Tuple – The data values for all the fields related
to a person or object is called a record. It is
presented as rows within a table.
Introduction to DBMS – Network Data Model
This data model is based on the principle of setting relationships Foreign key : The foreign key identifies a column or set of columns
between two or more tables of the same database. It is the most in one (referencing) table that refers to a column or set of columns
commonly used database model. in another (referenced) table.
Data Values : Data values are the raw data represented in numeric,
character or alphanumeric form. Examples of data values are
‘Abhinav Bindra’, ‘26’ ‘shooting’, “Chandigarh”, “10-12-2018”, etc.
Objects of an RDBMS
An object in a database is a structure or a feature that is used to
store, represent or retrieve data. In fact a database is a collection of
these objects given below
Table : – A table is the basic unit of any DBMS. The data is first
stored in tables in row and column format.
SUMMARY