SlideShare a Scribd company logo
1 of 112
DATABASE MANAGEMENT
SYSTEM
UGC NET
DATA -
• WHAT IS DATA?
• WHAT DO YOU MEAN BY DATA?
• DEFINITION OF DATA.
• WHAT IS THE MEANING OF DATA?
• WHAT IS THE DATA AND HOW IT IS USED?
• WHAT IS THE WORD OF DATA?
தகவல்கள்
Plural
1640’s
English word
Transmissible and Storable Computer
Information
Datum (Singular/ neuter past participle) – To give
Latin word
1946’s
Other names
Information
Knowledge
Facts
Wisdom
Etc
WHO GAVE THE TERM DATA?
Claude Shannon (1916 – 2001)
“The father of information theory”
Paper published in 1948.
“An mathematician theory of communication”
He was American mathematician, Electrical Engineer,
Cryptographer
TYPES OF
DATA
Geographical
Cultural
Scientific
Financial
Statistical
Meteorological
Natural
Transport
HOW AMERICAN MATHEMATICIAN USED
DATA?
Binary digital concepts applying two value
Boolean logic to electronic circuits
DATA
• In computing, data is information that has
been translated into a form that is efficient
for movement or processing.
• The facts describing an entity are known as
data
EXAMPL
E
College
Student1
Student_Id
Student_Name
…
….
Dat
a
ENTITY
–
ENTITIES
–
• A person, place, object, event or item is called entity.
• A single thing is a entity
• Each entity can be described by its characteristics, which are known as
attributes/column.
நிறுவனம்
நிறுவனங்கள்
1950
Greek Philosophical
Proposed by
Caesar
Thing
Late Latin
English at 1620
Originally meant being,
existence
SYMBOLS
EXAMPLE
Student ID Student
Name
Student
Major
CS1104 Dhivya Tamil
2019UCA22 Guru Chemistry
2020UCA45 Anju Physics
FGD543 Sree English
Entity
Each row has Entity
Student Table
ENTITY SET
-
• An entity set is a collection of related entities.
• An entity set is a set of same type of entities.
• An entity refers to any object.
நிறுவனம் ததொகுப்பு
Singular name
TYPES OF ENTITY SET
Entity Set
Strong
Entity Set
(SES)
Recursive
Entity Set
(RES)
Weak Entity
Set
(WES)
Composite Entity Set
(CES) or
Associative Entity Set
(AES)
SuperType and
SubType Entity
Set (SSES)
Strong Entity Set (SES) Weak Entity Set (WES)
It is an entity set that contains sufficient
attributes to uniquely identify all its entities.
It is an entity set that doesn’t contains
sufficient attributes to uniquely identify all
its entities.
A primary key exists for a SES. A primary key doesn’t exists for a WES.
However, it contains a partial key called as
a discriminator.
Discriminator can identify a group of entities
from the entity set.
A primary key represent underlined with
solid line.
A discriminator represent by underlined with
dashed line.
Another name: Regular entity set Another name: Identifying entity set
Strong Entity Set (SES) Weak Entity Set (WES)
A diamond symbol is used for
representing the relationship that exists
between two strong entity sets.
A double diamond symbol is used for
representing the relationship that exists
between the strong and weak entity sets and
this relationship is known as identifying
relationship.
Strong Entity Set (SES) Weak Entity Set (WES)
A single line is used for representing the
connection of the strong entity set with the
relationship set.
A double line is used for representing the
connection of the weak entity set with the
relationship set.
A double line is used for representing the
total participation of an entity set with the
relationship set.
Total participation may or may not exist in
the relationship.
Total participation always exists in the
identifying relationship.
EXAMPLE
EXAMPLE
Student ID Student
Name
Student
Major
CS1104 Dhivya Tamil
2019UCA22 Guru Chemistry
2020UCA45 Anju Physics
FGD543 Sree English
Entity
Set
All row has Entity
Set
Student Table
BASE - அடித்தளம்
1717
Synonym -
Paracelsus
Chemist Louis
Lemery
French
Alchemical concept of
a
“Matrix” in alchemy
Proposed – Natural salts
grew as a result of a
universal acid mixing with
a matrix
BASE IN CHEMISTRY
• The ionic compounds that produce negative hydroxide (OH−) ions when dissolved in
water are called bases.
• Any substance that in water solution is slippery to the touch, tastes bitter, changes the
color of indicators (Turns red litmus paper blue), reacts with acids to form salts, and
promotes certain chemical reactions.
• A base is a substance that can neutralize the acid by reacting with hydrogen ions.
BASE IN COMPUTER SCIENCE
• A base is the available numbers in a numbering system.
• The most commonly known base is a base-10 numbering system or decimal numbers,
which are 0,1,2,3,4,5,6,7,8, and 9.
• Base when dealing with computers is the binary base-2, which only has the numbers 0
and 1.
DATABASE
-
தரவுத்தளம்
Edgar Frank "Ted" Codd
English Computer
Scientist
196
0
IBM
Charles
Bachman
Integrated Data Store or
IDS
First created
The history of databases is a
rich one, stretching as far
back as the advent of the
computer as we know it today.
DATABASE
• A database is a collection of entity set.
TYPES OF DATABASE
• Centralized database
• Cloud database
• Commercial database
• Distributed database
• End-user database
• Flat-file database
• Graph database
• No SQL database
• Object-oriented database
• Open-source database
• Operational database
• Personal database
• Relational database
RELATIONSHIP
1650
1744
Circa
Online Etymology Dictionary
RELATIONSHIPS
• The entities in a database are likely to interact with other entities.
• The interactions between the entity sets are called relationships or
• Relationships are interactions between entity sets.
• The interactions are described using active verbs.
EXAMPLE
RELATIONSHIPS
• The database design requires you to create entity sets, each describing a set of
related entities.
• The design also requires you to establish all the relationships between the entity
sets within the database.
• The different database management software packages handle the creation and
use of relationships in different manners.
TYPES OF RELATIONSHIP
• One-to-one (1:1)
• One-to-many (1:M or 1:N)
• Many-to-one (M:1 or N:1)
• Many-to-many (M:M or M:N)
ONE-TO-ONE
An employee can work in at most one department, and a department can
have at most one employee.
ONE-TO-MANY
An employee can work in many departments (>=0), but a department can have at
most one employee.
MANY-TO-ONE
An employee can work in at most one department (<=1), and a department can have
several employees.
MANY-TO-MANY
An employee can work in many departments (>=0), and a department can have several
employees
DATABASE MANAGEMENT SYSTEM (DBMS)
DBMS
1960
Charles W. Bachman
Navigational databases  Database Task Group (1971)
Common Business Oriented Language (COBOL)
CODASYL approach
Three techniques:
Using primary key
Moving relationships to one record from another
Scanning all records in sequential order
Edgar Codd 1970
A relationship model of data for large shared data links  paper titled
• IMS  1973 (Michael Stonebraker and Eugene Wong) Worked at INGRES (Interactive
Graphics and Retrieval System)
• QUEL (Query Language) IBM develop to SQL in 1974 (SQL became ANSI and OSI
standards in 1986 1nd 1987)
• QUEL replaced Functional Query Language
• A database management system (DBMS) software package such as microsoft access,
visual fox pro, microsoft sql-server, or oracle.
• A user-developed and implemented database or databases that include tables, a
data dictionary, and other database objects.
• Custom applications such as data-entry forms, reports, queries, blocks, and
programs.
• Computer hardware personal computers, minicomputers, and mainframes in a
network environment.
• Software—an operating system and a network operating system.
• Personnel a database administrator, a database designer/analyst, a programmer,
and end users. Data are the raw materials.
• Information is processed, manipulated, collected, or organized data. The
information is produced when a user uses the applications to transform data
managed by the DBMS.
• The database system is utilized as a decision-making system and is also referred to
as an information system (IS).
• A DBMS based on the relational model is also known as a relational database
management system (RDBMS).
DATABASE SYSTEMS
User
Applications DBMS Database
OS Software
Hardware
TYPES OF DBMS
• Hierarchical database systems
• Network database systems
• Object-oriented database systems
• No SQL or Non-relational databases
An RDBMS not only manages data but is also responsible for other important functions:
• It manages the data and relationships stored in the database. It creates a data dictionary as a user creates a database. The data
dictionary is a system structure that stores metadata (data about data).The metadata include table names, attribute names, data
types, physical space, relationships, and so on.
• It manages all day-to-day transactions.
• It performs bookkeeping duties, so the user has data independence at the application level. The applications do not have
information about data characteristics.
• It transforms logical data requests to match physical data structures. When a user requests data, the RDBMS searches through the
data dictionary, filters out unnecessary data, and displays the results in a readable and understandable form.
• It allows users to specify validation rules. For example, if only M and F are possible values for the attribute gender, users can set
validation rules to keep incorrect values from being accepted.
• It secures access through passwords, encryption, and restricted user rights.
• It provides backup and recovery procedures for physical security of data.
• It allows users to share data with data-locking capabilities.
• It provides import and export utilities to use data created in other database or spreadsheet software or to use data in other software.
• It enables users to join tables to view information stored in different tables within the database. The user is able to design a
database with less redundancy, which means fewer data-entry errors, fewer data corrections, better data integrity, and a more
efficient database.
RELATIONAL DATABASE MODEL
• The need for data is always present.
• The computer age, the need to represent data in an easy-to-understand, logical
form has led to many different models, such as the relational model, the
hierarchical model, the network model, and the object model.
• Because of its simplicity in design and ease in retrieval of data, the relational
database model has been very popular, especially in the personal computer
environment.
• Based on mathematical set theory
• Uses  building block of the database
• The relation is represented by a two dimensional, flat structure known as a
table.
RELATION
TABLE
• The user does not have to know the mathematical details or the physical
aspects of the data, but the user views the data in a logical, two-dimensional
structure.
• The database system that manages a relational database environment is known
as a relational database management system (RDBMS).
• Some of the popular relational database systems are oracle9i by oracle
corporation, microsoft access 2000, and microsoft visual fox pro 6.0.
• A table is a matrix of rows and columns in which each row represents an entity
and each column represents an attribute.
• In other words, a table represents an entity set as per database theory, and it
represents a relation as per relational database theory. In daily practice, the
terms table, relation, and entity set are used interchangeably.
Relationship Database
Concepts
Equivalence Database Concepts
Relation
• Relation Schema
Table
A relation schema represents the name of the relation with its
attributes.
• Relation Instance
Relation instance is a finite set of tuples in the RDBMS system.
Relation instances never have duplicate tuples.
• Relation Key Every row has one, two or multiple attributes, which is called
relation key.
Table/Tables Table format
Tuple Row or Record
Cardinality Number of rows
Attribute Column or Field
Degree Number of columns
Domain Pool of legal values
TUPLE
• In relational terminology, a row is also referred to as a tuple.
• It rhymes with couple.
• It is easy to establish relationships between tables.
CARDINALITY
• Total number of rows present in the table.
ATTRIBUTE
• Each column in a relation or a table corresponds to a column of the relation, and
each row corresponds to an entity.
DEGREE
• The number of columns in a table is called the degree of the relation.
DOMAIN
• The set of all possible values that a column may have is called the domain of
that column.
• Two domains are the same only if they have the same meaning and use.
EXAMPLES
EXAMPLES
TERMINOLOGY COMPARISON
Relationship Terminology File System Terminology
Entity Set or Table or Relation File
Entity or Row or Tuple Record
Attribute or Column Field
EXAMPLE
KEY
• A key is a minimal set of columns used to uniquely define any row in a table.
• If a single column can be used to describe each row, there is no need to use two
columns.
TYPES OF KEY
• SUPER KEY
• CANDIDATE KEY
• PRIMARY KEY
• SIMPLE KEY
• COMPOUND KEY
• COMPOSITE PRIMARY KEY OR SINGLE AS COMPOSITE KEY
• SECONDARY KEY OR ALTERNATIVE KEY
• SURROGATE KEY
• FOREIGN KEY
Keys Explanation
Super A Super key is any combination of fields within a table that uniquely identifies each record within that
table.
Candidate A candidate is a subset of a super key.
A candidate key is a single field or the least combination of fields that uniquely identifies each record in
the table.
The least combination of fields distinguishes a candidate key from a super key.
Every table must have at least one candidate key but at the same time can have several.
Primary When a single column is used as a unique identifier.
A primary key is a candidate key that is most appropriate to be the main reference key for the table.
As its name suggests, it is the primary key of reference for the table and is used throughout the database
to help establish relationships with other tables.
As with any candidate key the primary key must contain unique values, must never be null and uniquely
identify each record in the table.
Simple Any of the keys described before (ie primary, secondary or foreign) may comprise one or more fields
Compound A compound key consists of more than one field to uniquely identify a record. A compound key is
distinguished from a composite key because each field, which makes up the primary key, is also a simple
key in its own right.
Composite When a combination of columns is used as a unique identifier
Secondary A table may have one or more choices for the primary key. Collectively these are known as candidate keys
as discuss earlier. One is selected as the primary key.
Surrogate If none of the columns is a candidate for the primary key in a table, sometimes database designers use an
extra column as a primary key instead of using a composite key.
ORACLE USE OF KEYS
• Oracle uses key words primary key to define a primary, composite or surrogate
key.
• In Oracle tables, only primary and foreign keys are define.
• Secondary key is not part of Oracle’s table structure, but it is column used in
search operations.
• Oracle’s data dictionary to find table keys and other table information.
INTEGRITY RULES
-
• In any database managed by an RDBMS, it is very important that the data in the
underlying tables be consistent. If consistency is compromised. The data are not
usable.
• TWO INTEGRITY RULES OF RELATIONAL MODEL
• Entity Integrity
• Referential Integrity
ஒருமைப்பொடு விதிகள்
NULL VALUE
• It means a value that is not known, not entered, not defined, or not applicable.
• A zero or a space is not considered to be a null value.
Entity Integrity – நிறுவனத்தின் ஒருமைப்பொடு Referential Integrity - மேற்ம ோளிட்ட மேர்மே
No column in a primary key may be null. Each
entity has unique value of primary key.
A foreign key value may be a null value or it must
exist as a value of a primary key in the referenced
table
The primary key provides the means of uniquely
identifying a row or an entity.
It is a property of data which, when satisfied, requires
every value of one attribute (column) of a relation
(table) to exist as a value of another attribute in a
different (another or same) relation (table).
If the primary key value is a null value in a row, we
do not have enough information about the row to
uniquely identify it.
If a value in the foreign key column,cross references
the referenced primary key column in the other table
to confirm the existence of such a value.
The RDBMS software strictly follows the entity
integrity rule and does not allow users to enter a
row without a unique value in the primary key
column
Referential integrity is not fully supported by all
commercially available systems, but Oracle supports it
religiously! Oracle does not allow you to declare a
foreign key if it does not exist as a primary key 8 in
another table. It allows you to leave the foreign key
column value as a null.
EXAMPLE 1
EXAMPLE 2
EXAMPLE 3
EXAMPLE 4 (ENTITY INTEGRITY)
EXAMPLE 5 (REFERENTIAL INTEGRITY)
THEORETICAL RELATIONAL
LANGUAGES -
• E. F. Codd suggested two theoretical relational languages
• Relational Algebra  Procedural Language
• Relational Calculus  Non – procedural language
ககொட்பொட்டு ததொடர்புமடய தைொழிகள்
• Third-generation high-level compiler languages can be used to manipulate data
in a table, but they can only work with one row at a time.
• In contrast, the relational languages can work on the entire table or on a group
of rows.
• The multiple-row manipulation does not even need a looping structure.
• The relational languages provide more power with a very little coding.
• Codd proposed these languages to embed them in other host languages for
more processing capability and more sophisticated application development.
• In the database systems available today, nonprocedural structured query
language (SQL) is used as a data-manipulation 9 sublanguage.
• The theoretical languages have provided the basis for SQL.
RELATIONAL ALGEBRA
-
• Relational algebra is a procedural language, because the user accomplishes
desired results by using a set of operations in a sequence.
• It uses set operations on tables to produce new resulting tables.
• These resulting tables are then used for subsequent sequential operations.
• In oracle, all operation names are not actually used as programming terms, and
most of these operations do not create a new resulting table, as shown in the
following examples using relational algebra.
ததொடர்புமடய இயற்கணிதம்
NINE OPERATIONS
• UNION.
• INTERSECTION.
• DIFFERENCE.
• PROJECTION.
• SELECTION.
• PRODUCT.
• ASSIGNMENT.
• JOIN.
• DIVISION.
UNION
• The union of two tables results in retrieval of all rows that are in one or both
tables.
• The duplicate rows are eliminated from the resulting table.
• The resulting table does not contain two rows with identical data values.
• There is a basic requirement to perform a union operation on two tables:
• Both tables must have the same degree.
• The domains of the corresponding columns in two tables must be same.
• Such tables are said to be union compatible.
• In mathematical set theory, a union can be performed on any two sets, but in
relational algebra, a union can be performed only on union-compatible tables.
EXAMPLE 1
EXAMPLE 2
UNION ALL
EXAMPLE
INTERSECTION
• The intersection of two tables produces a table with rows that are in both
tables. The two tables must be union compatible to perform an intersection on
them.
• The intersection will give us the projects that appear in the year 2002 and 2003.
EXAMPLE 1
EXAMPLE 2
DIFFERENCE
• The difference of two tables produces a table with rows that are present in the
first table but not in the second table.
• The difference can be performed on union-compatible tables only.
• Symbol  ( – ) used in the same previous year.
• In mathematics, A – B is not equal to B – A.
• If we perform the same operation to find projects from the year 2003 didn’t
exist in 2002.
EXAMPLE 1
PROJECTION -
• The projection operation allows us to create a table based on desirable columns
from all existing columns in a table.
• The undesired columns are ignored.
• The projection operation returns the "vertical slices" of a table.
• The projection is indicated by including the table name and a list of desired
columns
திட்டம்
EXAMPLE
SELECTION
• The selection operation selects rows from a table based on a condition or
conditions.
• The conditional operators (=, <>, >, >=, <=) and the logical operators (AND,
OR, NOT) are used along with columns and values to create conditions.
• The selection operation returns "horizontal slices" from a table.
• The resulting table has the same number of columns as the original table but
fewer rows.
• The rows that satisfy the given condition are returned.
EXAMPLE
PRODUCT
• A product of two tables is a combination everything in both tables.
• It is also known as a cartesian product or cross join.
• It can cause huge results with big tables.
• If the first table has x rows and the second table has y rows, the resulting
product has x • y rows.
• If the first table has m columns and the second table has n columns, the
resulting product has m + n columns.
• Two tables with one column each and perform the product (.) operation.
EXAMPLE
ASSIGNMENT
• This operation creates a new table from existing tables.
• It throughout all the other operations.
• Assignment (=) gives us an ability to name new tables that are based on other
tables.
• Assignment is not an oracle term.
EXAMPLE
JOIN
• The join is one of the most important operations because of its ability to get
related data from a number of tables.
• The join is based on common set of values, which does not have to have the
same name in both tables but does have to have the same domain in both
tables.
• When a join is based on equality of value, it is known as a natural join.
• The join operation is an overhead on the system, because it is accomplished
using a series of operations.
TYPES OF JOIN
• INNER JOINS
• THETA JOIN
• EQUI JOIN
• NATURAL JOIN
• OUTER JOIN
• LEFT OUTER JOIN
• RIGHT OUTER JOIN
• FULL OUTER JOIN
INNER JOIN
• In an inner join, only those tuples that satisfy the matching criteria are included
OUTER JOIN
• In an outer join, along with tuples that satisfy the matching criteria, we also
include some or all tuples that do not match the criteria.
DIVISION
• The division operation is the most difficult operation to comprehend.
• It is not as simple as division in mathematics.
• In relational algebra, it identifies rows in one table that have a certain
relationship to all rows in another table.
RELATIONAL CALCULUS -
• It is an nonprocedural language.
• The programmer specifies that data requirements, and the system generates the
operations needed to produce a table with the required data.
• Result = (Column list) : Expression
• The list of columns is on the left of the colon, and the expressions (and
conditions) are on the right.
ததொடர்புமடய கணக்கீடு
TUPLE RELATIONAL CALCULUS (TRC)
• The tuple relational calculus is specified to select the tuples in a relation. In TRC,
filtering variable uses the tuples of a relation.
• The result of the relation can have one or more tuples.
• Notation:
• {T | P (T)} or {T | condition (T)}
where
• T is the resulting tuples
• P(T) is the condition used to fetch T.
DOMAIN RELATIONAL CALCULUS (DRC)
• It is equivalence to tuple calculus and to relational algebra.
• The language called QBE (query-by-example) that is related to domain calculus was
developed almost concurrently to SQL at IBM research, Yorktown heights, New York.
• The second form of relation is known as domain relational calculus. In domain relational
calculus, filtering variable uses the domain of attributes.
• Domain relational calculus uses the same operators as tuple calculus. It uses logical
connectives ∧ (and), ∨ (or) and ┓ (not).
• It uses existential (∃) and universal quantifiers (∀) to bind the variable.
Notation:
• { A1, a2, a3, ..., an | P (a1, a2, a3, ... ,an)}
where
• A1, a2 are attributes
P stands for formula built by inner attributes
SUMMARY
• The nine operations provide users with a sufficient set of operations to work
with the relational databases.
• Some of the operations are combinations of other operations, in the case of the
join operation, but such operations are very useful in actual practice.
• A relational database is an electronic data repository that is supposed to satisfy
user’s data request correctly, quickly an efficiently.
DATA MODELING
• A model is a simplified version of real-life, complex objects.
• Databases are complex, and data modeling is a tool to represent the various
components and their relation-ships.
• The entity-relationship (E-R) model is a very popular modeling tool among
many such tools available today.
• Many tools are available for data modeling with E-R.
• All tools have some variations in representation of components.
• An excellent communication tool.
• A simple graphical representation of data.
• The E-R model uses E-R diagrams (ERD) for graphical representation of the
database components.
• An entity (or an entity set) is represented by a rectangle.
• The name of the entity (set) is written within the rectangle.
• Some tools prefer to use uppercase letters only for entities.
• The name of an entity set is a singular noun.
 For example, EMPLOYEE, CUSTOMER, and DEPARTMENT are singular entity set
names.
• A line represents relationship between the two entities.
• The name of the relationship is an active verb in lowercase letters.
For example, works; manages, and employs are active verbs.
• Passive verbs can be used, but active verbs are preferable
• The types of relationships (1:1, 1:M, and M:N) between entities are called connectivity or
multiplicity.
• The connectivity is shown with vertical or angled lines next to each entity.
 For example, an EMPLOYEE supervises a DEPARTMENT, and a DEPARTMENT has one EMPLOYEE
supervisor.
• A DIVISION contains many FACULTY members, but a FACULTY works for one DIVISION.
• An INVOICE contains many items, and an ITEM can be in more than one INVOICE.
• The relationship between two entities can be given using the lower and upper limits.
• This information is called the cardinality.
• The cardinality is written next to each entity in the form (n, m), where n is the minimum
number and m is the maximum number.
 For example, (1,1) next to EMPLOYEE means that an employee can supervise a minimum of
one and a maximum of one department.
• Similarly, (1,1) next to DEPARTMENT says that one and only one employee supervises the
department.
• In reality, corporations set rules for the minimum and maximum values for cardinality.
• A corporation may decide that a department must have a minimum of 10 employees and a
maximum of 25 employees, which results in cardinality of (10,25).
• A college decides that a computer-science course section must have at minimum 5 students to
recover the cost incurred and at maximum 35 students, because the computer lab contains
only 35 terminals.
• An employee can be part of zero or more than one department, and an item may not be in any
invoice.
• These types of decisions are known as business rules.
• The above E-R diagram with added cardinality.
• In real life, it is possible to have an entity that is not related to another entity at all times.
• The relationship becomes optional in such a case. I
 For example of a video rental store. A customer can rent video movies. In this case. There are
times when the customer has not rented any movie, and there are times when the customer has
rented one or more movies.
• Similarly, there can be a movie in the database that is or is not rented 15 at a particular time.
These are called optional relationships and are shown with a small circle next to the optional
OPTIMAL RELATIONSHIPS
• In relational databases, many-to-many (M:N) relationships are allowed, but they
are not easy to implement.
• For example, an invoice has many items. And an item can be in many invoices.
• Refer to the INVOICE and ITEM relationship, at this point, you will he introduced
to the relational schema, a graphical representation of tables, their column
names, key components, and relations between the primary key in one table
and the foreign key in another.
• We will also see the decomposition of an M:N relationship into two 1:M
relationships. The decomposition from M:N to 1:M involves a third entity, known
as a composite entity or an associative entity.
• The composite entity is created with the primary key from both tables with M:N
relationships.
• The new entity has a composite key, which is a combination of primary keys
from the original two entities. In the E-R diagram.
• A composite entity is drawn as a diamond within a rectangle.
• The composite entity has a composite primary key with two columns, each of them being
foreign keys referencing the other two entities in the database.
• For example, the foreign key INVOICENO in the INVITEM table references the INVOICENO
column in the INVOICE table, and the foreign key ITEMNO in the INVITEM table references the
ITEMNO column in the ITEM table.
• In a database, there are entities that cannot exist by themselves.
• Such entities are known as weak entities.
• We will be introduced to two different sample databases. In the employee database of that
chapter, there is an entity called EMPLOYEE with employees' demographic information and
another entity called DEPENDENT with information about each employee's dependents.
• The DEPENDENT entity cannot exist by itself.
• There are no dependents for an employee who does not exist.
• In other words, you need the existence of an employee for his or her dependent to exist in the
database.
• The weak entities are shown by double-lined rectangles
• Simple attributes – attributes that cannot be subdivided; for example, last name,
city, or gender.
• Composite attributes — attributes that can be subdivided, into atomic form.
 For example, a full name can be subdivided into the last name, first name, and
middle initial.
• Single-valued attributes — attributes with a single value; for example, employee
ID, social security number, or date of birth.
• Multivalued attributes — attributes with multiple values
 For example, degree codes or course registration. The multivalued attributes
have to be given special consideration. They can be entered into one attribute
with a value separator mark, or they can be entered in separate attributes with
names like course1, course2, course3, and so on. Alternatively, a separate,
composite entity can be created.

More Related Content

What's hot

Relational database- Fundamentals
Relational database- FundamentalsRelational database- Fundamentals
Relational database- FundamentalsMohammed El Hedhly
 
Dbms Notes Lecture 4 : Data Models in DBMS
Dbms Notes Lecture 4 : Data Models in DBMSDbms Notes Lecture 4 : Data Models in DBMS
Dbms Notes Lecture 4 : Data Models in DBMSBIT Durg
 
All data models in dbms
All data models in dbmsAll data models in dbms
All data models in dbmsNaresh Kumar
 
Introduction of Database Design and Development
Introduction of Database Design and DevelopmentIntroduction of Database Design and Development
Introduction of Database Design and DevelopmentEr. Nawaraj Bhandari
 
COMPUTERS Database
COMPUTERS Database COMPUTERS Database
COMPUTERS Database Rc Os
 
ICS Part 2 Computer Science Short Notes
ICS Part 2 Computer Science Short NotesICS Part 2 Computer Science Short Notes
ICS Part 2 Computer Science Short NotesAbdul Haseeb
 
Data Models In Database Management System
Data Models In Database Management SystemData Models In Database Management System
Data Models In Database Management SystemAmad Ahmad
 
Database management systems 3 - Data Modelling
Database management systems 3 - Data ModellingDatabase management systems 3 - Data Modelling
Database management systems 3 - Data ModellingNickkisha Farrell
 
NORMALIZATION - BIS 1204: Data and Information Management I
NORMALIZATION - BIS 1204: Data and Information Management I NORMALIZATION - BIS 1204: Data and Information Management I
NORMALIZATION - BIS 1204: Data and Information Management I Mukalele Rogers
 
Relational database
Relational databaseRelational database
Relational databaseSanthiNivas
 

What's hot (18)

Relational database- Fundamentals
Relational database- FundamentalsRelational database- Fundamentals
Relational database- Fundamentals
 
Dbms Notes Lecture 4 : Data Models in DBMS
Dbms Notes Lecture 4 : Data Models in DBMSDbms Notes Lecture 4 : Data Models in DBMS
Dbms Notes Lecture 4 : Data Models in DBMS
 
All data models in dbms
All data models in dbmsAll data models in dbms
All data models in dbms
 
Introduction of Database Design and Development
Introduction of Database Design and DevelopmentIntroduction of Database Design and Development
Introduction of Database Design and Development
 
COMPUTERS Database
COMPUTERS Database COMPUTERS Database
COMPUTERS Database
 
RDBMS concepts
RDBMS conceptsRDBMS concepts
RDBMS concepts
 
ICS Part 2 Computer Science Short Notes
ICS Part 2 Computer Science Short NotesICS Part 2 Computer Science Short Notes
ICS Part 2 Computer Science Short Notes
 
Database Concepts
Database ConceptsDatabase Concepts
Database Concepts
 
DBMS OF DATA MODEL Deepika 2
DBMS OF DATA MODEL  Deepika 2DBMS OF DATA MODEL  Deepika 2
DBMS OF DATA MODEL Deepika 2
 
Fundamentals of Data Modeling and Database Design by Dr. Kamal Gulati
Fundamentals of Data Modeling and Database Design by Dr. Kamal GulatiFundamentals of Data Modeling and Database Design by Dr. Kamal Gulati
Fundamentals of Data Modeling and Database Design by Dr. Kamal Gulati
 
Data Models In Database Management System
Data Models In Database Management SystemData Models In Database Management System
Data Models In Database Management System
 
Database management systems 3 - Data Modelling
Database management systems 3 - Data ModellingDatabase management systems 3 - Data Modelling
Database management systems 3 - Data Modelling
 
NORMALIZATION - BIS 1204: Data and Information Management I
NORMALIZATION - BIS 1204: Data and Information Management I NORMALIZATION - BIS 1204: Data and Information Management I
NORMALIZATION - BIS 1204: Data and Information Management I
 
DBMS
DBMSDBMS
DBMS
 
Database Management & Models
Database Management & ModelsDatabase Management & Models
Database Management & Models
 
Relational database
Relational databaseRelational database
Relational database
 
DBMS
DBMSDBMS
DBMS
 
Design approach
Design approachDesign approach
Design approach
 

Similar to Database Management System

DatabaseManagementSystem.pptx
DatabaseManagementSystem.pptxDatabaseManagementSystem.pptx
DatabaseManagementSystem.pptxuwmctesting
 
PP DBMS - 1 (2).pptx
PP DBMS - 1 (2).pptxPP DBMS - 1 (2).pptx
PP DBMS - 1 (2).pptxskilljiolms
 

Similar to Database Management System (20)

RDMS AND SQL
RDMS AND SQLRDMS AND SQL
RDMS AND SQL
 
Database systems introduction
Database systems introductionDatabase systems introduction
Database systems introduction
 
DatabaseManagementSystem.pptx
DatabaseManagementSystem.pptxDatabaseManagementSystem.pptx
DatabaseManagementSystem.pptx
 
Database systems Handbook by Muhammad Sharif.pdf
Database systems Handbook by Muhammad Sharif.pdfDatabase systems Handbook by Muhammad Sharif.pdf
Database systems Handbook by Muhammad Sharif.pdf
 
Database systems Handbook by Muhammad Sharif.pdf
Database systems Handbook by Muhammad Sharif.pdfDatabase systems Handbook by Muhammad Sharif.pdf
Database systems Handbook by Muhammad Sharif.pdf
 
Database systems Handbook by Muhammad Sharif.pdf
Database systems Handbook by Muhammad Sharif.pdfDatabase systems Handbook by Muhammad Sharif.pdf
Database systems Handbook by Muhammad Sharif.pdf
 
Database systems Handbook by Muhammad Sharif.pdf
Database systems Handbook by Muhammad Sharif.pdfDatabase systems Handbook by Muhammad Sharif.pdf
Database systems Handbook by Muhammad Sharif.pdf
 
DATABASE MANAGEMENT SYSTEM
DATABASE MANAGEMENT SYSTEMDATABASE MANAGEMENT SYSTEM
DATABASE MANAGEMENT SYSTEM
 
Database systems Handbook 2V.pdf
Database systems Handbook 2V.pdfDatabase systems Handbook 2V.pdf
Database systems Handbook 2V.pdf
 
Database systems Handbook.pdf
Database systems Handbook.pdfDatabase systems Handbook.pdf
Database systems Handbook.pdf
 
Database systems Handbook.pdf
Database systems Handbook.pdfDatabase systems Handbook.pdf
Database systems Handbook.pdf
 
Database systems Handbook dbms.pdf
Database systems Handbook dbms.pdfDatabase systems Handbook dbms.pdf
Database systems Handbook dbms.pdf
 
Database systems Handbook dbms.pdf
Database systems Handbook dbms.pdfDatabase systems Handbook dbms.pdf
Database systems Handbook dbms.pdf
 
Database systems Handbook dbms.pdf
Database systems Handbook dbms.pdfDatabase systems Handbook dbms.pdf
Database systems Handbook dbms.pdf
 
Lesson-01.pptx
Lesson-01.pptxLesson-01.pptx
Lesson-01.pptx
 
Database systems Handbook by Muhammad Sharif.pdf
Database systems Handbook by Muhammad Sharif.pdfDatabase systems Handbook by Muhammad Sharif.pdf
Database systems Handbook by Muhammad Sharif.pdf
 
Database systems Handbook.pdf
Database systems Handbook.pdfDatabase systems Handbook.pdf
Database systems Handbook.pdf
 
Database systems Handbook.pdf
Database systems Handbook.pdfDatabase systems Handbook.pdf
Database systems Handbook.pdf
 
Database systems Handbook.pdf
Database systems Handbook.pdfDatabase systems Handbook.pdf
Database systems Handbook.pdf
 
PP DBMS - 1 (2).pptx
PP DBMS - 1 (2).pptxPP DBMS - 1 (2).pptx
PP DBMS - 1 (2).pptx
 

More from SSN College of Engineering, Kalavakkam

More from SSN College of Engineering, Kalavakkam (20)

ECG
ECG ECG
ECG
 
Localization, Classification, and Evaluation.pdf
Localization, Classification, and Evaluation.pdfLocalization, Classification, and Evaluation.pdf
Localization, Classification, and Evaluation.pdf
 
ADBMS 3a
ADBMS   3aADBMS   3a
ADBMS 3a
 
Exercise 5
Exercise   5Exercise   5
Exercise 5
 
ADBMS Unit-II c
ADBMS Unit-II cADBMS Unit-II c
ADBMS Unit-II c
 
ADBMS Unit-II b
ADBMS Unit-II bADBMS Unit-II b
ADBMS Unit-II b
 
Database Management System - 2a
Database Management System - 2aDatabase Management System - 2a
Database Management System - 2a
 
Unit III - Inventory Problems
Unit III - Inventory ProblemsUnit III - Inventory Problems
Unit III - Inventory Problems
 
Unit II B - Game Theory
Unit II B - Game TheoryUnit II B - Game Theory
Unit II B - Game Theory
 
Unit II A - Game Theory
Unit II A - Game TheoryUnit II A - Game Theory
Unit II A - Game Theory
 
Unit V - Queuing Theory
Unit V - Queuing TheoryUnit V - Queuing Theory
Unit V - Queuing Theory
 
Unit IV-Project Management
Unit IV-Project ManagementUnit IV-Project Management
Unit IV-Project Management
 
Unit I-B
Unit I-BUnit I-B
Unit I-B
 
Unit I-A
Unit I-AUnit I-A
Unit I-A
 
Web technology Unit-II Part-C
Web technology Unit-II Part-CWeb technology Unit-II Part-C
Web technology Unit-II Part-C
 
Data structure Unit-I Part-C
Data structure Unit-I Part-CData structure Unit-I Part-C
Data structure Unit-I Part-C
 
Data structure unit I part B
Data structure unit I part BData structure unit I part B
Data structure unit I part B
 
Web technology Unit-II Part A
Web technology Unit-II Part AWeb technology Unit-II Part A
Web technology Unit-II Part A
 
Data structure Unit-I Part A
Data structure Unit-I Part AData structure Unit-I Part A
Data structure Unit-I Part A
 
Web technology Unit-I Part E
Web technology Unit-I   Part EWeb technology Unit-I   Part E
Web technology Unit-I Part E
 

Recently uploaded

OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2RajaP95
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and usesDevarapalliHaritha
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxvipinkmenon1
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 
microprocessor 8085 and its interfacing
microprocessor 8085  and its interfacingmicroprocessor 8085  and its interfacing
microprocessor 8085 and its interfacingjaychoudhary37
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZTE
 

Recently uploaded (20)

OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and uses
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptx
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 
microprocessor 8085 and its interfacing
microprocessor 8085  and its interfacingmicroprocessor 8085  and its interfacing
microprocessor 8085 and its interfacing
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
 

Database Management System

  • 2. DATA - • WHAT IS DATA? • WHAT DO YOU MEAN BY DATA? • DEFINITION OF DATA. • WHAT IS THE MEANING OF DATA? • WHAT IS THE DATA AND HOW IT IS USED? • WHAT IS THE WORD OF DATA? தகவல்கள்
  • 3. Plural 1640’s English word Transmissible and Storable Computer Information Datum (Singular/ neuter past participle) – To give Latin word 1946’s Other names Information Knowledge Facts Wisdom Etc
  • 4. WHO GAVE THE TERM DATA? Claude Shannon (1916 – 2001) “The father of information theory” Paper published in 1948. “An mathematician theory of communication” He was American mathematician, Electrical Engineer, Cryptographer
  • 5. TYPES OF DATA Geographical Cultural Scientific Financial Statistical Meteorological Natural Transport HOW AMERICAN MATHEMATICIAN USED DATA? Binary digital concepts applying two value Boolean logic to electronic circuits
  • 6. DATA • In computing, data is information that has been translated into a form that is efficient for movement or processing. • The facts describing an entity are known as data EXAMPL E College Student1 Student_Id Student_Name … …. Dat a
  • 7. ENTITY – ENTITIES – • A person, place, object, event or item is called entity. • A single thing is a entity • Each entity can be described by its characteristics, which are known as attributes/column. நிறுவனம் நிறுவனங்கள்
  • 8. 1950 Greek Philosophical Proposed by Caesar Thing Late Latin English at 1620 Originally meant being, existence
  • 10. EXAMPLE Student ID Student Name Student Major CS1104 Dhivya Tamil 2019UCA22 Guru Chemistry 2020UCA45 Anju Physics FGD543 Sree English Entity Each row has Entity Student Table
  • 11. ENTITY SET - • An entity set is a collection of related entities. • An entity set is a set of same type of entities. • An entity refers to any object. நிறுவனம் ததொகுப்பு Singular name
  • 12. TYPES OF ENTITY SET Entity Set Strong Entity Set (SES) Recursive Entity Set (RES) Weak Entity Set (WES) Composite Entity Set (CES) or Associative Entity Set (AES) SuperType and SubType Entity Set (SSES)
  • 13. Strong Entity Set (SES) Weak Entity Set (WES) It is an entity set that contains sufficient attributes to uniquely identify all its entities. It is an entity set that doesn’t contains sufficient attributes to uniquely identify all its entities. A primary key exists for a SES. A primary key doesn’t exists for a WES. However, it contains a partial key called as a discriminator. Discriminator can identify a group of entities from the entity set. A primary key represent underlined with solid line. A discriminator represent by underlined with dashed line. Another name: Regular entity set Another name: Identifying entity set
  • 14. Strong Entity Set (SES) Weak Entity Set (WES) A diamond symbol is used for representing the relationship that exists between two strong entity sets. A double diamond symbol is used for representing the relationship that exists between the strong and weak entity sets and this relationship is known as identifying relationship.
  • 15. Strong Entity Set (SES) Weak Entity Set (WES) A single line is used for representing the connection of the strong entity set with the relationship set. A double line is used for representing the connection of the weak entity set with the relationship set. A double line is used for representing the total participation of an entity set with the relationship set. Total participation may or may not exist in the relationship. Total participation always exists in the identifying relationship.
  • 17. EXAMPLE Student ID Student Name Student Major CS1104 Dhivya Tamil 2019UCA22 Guru Chemistry 2020UCA45 Anju Physics FGD543 Sree English Entity Set All row has Entity Set Student Table
  • 18. BASE - அடித்தளம் 1717 Synonym - Paracelsus Chemist Louis Lemery French Alchemical concept of a “Matrix” in alchemy Proposed – Natural salts grew as a result of a universal acid mixing with a matrix
  • 19. BASE IN CHEMISTRY • The ionic compounds that produce negative hydroxide (OH−) ions when dissolved in water are called bases. • Any substance that in water solution is slippery to the touch, tastes bitter, changes the color of indicators (Turns red litmus paper blue), reacts with acids to form salts, and promotes certain chemical reactions. • A base is a substance that can neutralize the acid by reacting with hydrogen ions. BASE IN COMPUTER SCIENCE • A base is the available numbers in a numbering system. • The most commonly known base is a base-10 numbering system or decimal numbers, which are 0,1,2,3,4,5,6,7,8, and 9. • Base when dealing with computers is the binary base-2, which only has the numbers 0 and 1.
  • 20. DATABASE - தரவுத்தளம் Edgar Frank "Ted" Codd English Computer Scientist 196 0 IBM Charles Bachman Integrated Data Store or IDS First created The history of databases is a rich one, stretching as far back as the advent of the computer as we know it today.
  • 21. DATABASE • A database is a collection of entity set.
  • 22. TYPES OF DATABASE • Centralized database • Cloud database • Commercial database • Distributed database • End-user database • Flat-file database • Graph database • No SQL database • Object-oriented database • Open-source database • Operational database • Personal database • Relational database
  • 24. RELATIONSHIPS • The entities in a database are likely to interact with other entities. • The interactions between the entity sets are called relationships or • Relationships are interactions between entity sets. • The interactions are described using active verbs.
  • 26. RELATIONSHIPS • The database design requires you to create entity sets, each describing a set of related entities. • The design also requires you to establish all the relationships between the entity sets within the database. • The different database management software packages handle the creation and use of relationships in different manners.
  • 27. TYPES OF RELATIONSHIP • One-to-one (1:1) • One-to-many (1:M or 1:N) • Many-to-one (M:1 or N:1) • Many-to-many (M:M or M:N)
  • 28.
  • 29. ONE-TO-ONE An employee can work in at most one department, and a department can have at most one employee.
  • 30. ONE-TO-MANY An employee can work in many departments (>=0), but a department can have at most one employee.
  • 31. MANY-TO-ONE An employee can work in at most one department (<=1), and a department can have several employees.
  • 32. MANY-TO-MANY An employee can work in many departments (>=0), and a department can have several employees
  • 34. DBMS 1960 Charles W. Bachman Navigational databases  Database Task Group (1971) Common Business Oriented Language (COBOL) CODASYL approach Three techniques: Using primary key Moving relationships to one record from another Scanning all records in sequential order Edgar Codd 1970 A relationship model of data for large shared data links  paper titled • IMS  1973 (Michael Stonebraker and Eugene Wong) Worked at INGRES (Interactive Graphics and Retrieval System) • QUEL (Query Language) IBM develop to SQL in 1974 (SQL became ANSI and OSI standards in 1986 1nd 1987) • QUEL replaced Functional Query Language
  • 35. • A database management system (DBMS) software package such as microsoft access, visual fox pro, microsoft sql-server, or oracle. • A user-developed and implemented database or databases that include tables, a data dictionary, and other database objects. • Custom applications such as data-entry forms, reports, queries, blocks, and programs. • Computer hardware personal computers, minicomputers, and mainframes in a network environment. • Software—an operating system and a network operating system. • Personnel a database administrator, a database designer/analyst, a programmer, and end users. Data are the raw materials. • Information is processed, manipulated, collected, or organized data. The information is produced when a user uses the applications to transform data managed by the DBMS. • The database system is utilized as a decision-making system and is also referred to as an information system (IS). • A DBMS based on the relational model is also known as a relational database management system (RDBMS).
  • 36. DATABASE SYSTEMS User Applications DBMS Database OS Software Hardware
  • 37. TYPES OF DBMS • Hierarchical database systems • Network database systems • Object-oriented database systems • No SQL or Non-relational databases
  • 38. An RDBMS not only manages data but is also responsible for other important functions: • It manages the data and relationships stored in the database. It creates a data dictionary as a user creates a database. The data dictionary is a system structure that stores metadata (data about data).The metadata include table names, attribute names, data types, physical space, relationships, and so on. • It manages all day-to-day transactions. • It performs bookkeeping duties, so the user has data independence at the application level. The applications do not have information about data characteristics. • It transforms logical data requests to match physical data structures. When a user requests data, the RDBMS searches through the data dictionary, filters out unnecessary data, and displays the results in a readable and understandable form. • It allows users to specify validation rules. For example, if only M and F are possible values for the attribute gender, users can set validation rules to keep incorrect values from being accepted. • It secures access through passwords, encryption, and restricted user rights. • It provides backup and recovery procedures for physical security of data. • It allows users to share data with data-locking capabilities. • It provides import and export utilities to use data created in other database or spreadsheet software or to use data in other software. • It enables users to join tables to view information stored in different tables within the database. The user is able to design a database with less redundancy, which means fewer data-entry errors, fewer data corrections, better data integrity, and a more efficient database.
  • 39. RELATIONAL DATABASE MODEL • The need for data is always present. • The computer age, the need to represent data in an easy-to-understand, logical form has led to many different models, such as the relational model, the hierarchical model, the network model, and the object model. • Because of its simplicity in design and ease in retrieval of data, the relational database model has been very popular, especially in the personal computer environment.
  • 40. • Based on mathematical set theory • Uses  building block of the database • The relation is represented by a two dimensional, flat structure known as a table. RELATION
  • 41. TABLE • The user does not have to know the mathematical details or the physical aspects of the data, but the user views the data in a logical, two-dimensional structure. • The database system that manages a relational database environment is known as a relational database management system (RDBMS). • Some of the popular relational database systems are oracle9i by oracle corporation, microsoft access 2000, and microsoft visual fox pro 6.0. • A table is a matrix of rows and columns in which each row represents an entity and each column represents an attribute. • In other words, a table represents an entity set as per database theory, and it represents a relation as per relational database theory. In daily practice, the terms table, relation, and entity set are used interchangeably.
  • 42. Relationship Database Concepts Equivalence Database Concepts Relation • Relation Schema Table A relation schema represents the name of the relation with its attributes. • Relation Instance Relation instance is a finite set of tuples in the RDBMS system. Relation instances never have duplicate tuples. • Relation Key Every row has one, two or multiple attributes, which is called relation key. Table/Tables Table format Tuple Row or Record Cardinality Number of rows Attribute Column or Field Degree Number of columns Domain Pool of legal values
  • 43. TUPLE • In relational terminology, a row is also referred to as a tuple. • It rhymes with couple. • It is easy to establish relationships between tables.
  • 44. CARDINALITY • Total number of rows present in the table.
  • 45. ATTRIBUTE • Each column in a relation or a table corresponds to a column of the relation, and each row corresponds to an entity.
  • 46. DEGREE • The number of columns in a table is called the degree of the relation.
  • 47. DOMAIN • The set of all possible values that a column may have is called the domain of that column. • Two domains are the same only if they have the same meaning and use.
  • 50. TERMINOLOGY COMPARISON Relationship Terminology File System Terminology Entity Set or Table or Relation File Entity or Row or Tuple Record Attribute or Column Field
  • 52. KEY • A key is a minimal set of columns used to uniquely define any row in a table. • If a single column can be used to describe each row, there is no need to use two columns.
  • 53. TYPES OF KEY • SUPER KEY • CANDIDATE KEY • PRIMARY KEY • SIMPLE KEY • COMPOUND KEY • COMPOSITE PRIMARY KEY OR SINGLE AS COMPOSITE KEY • SECONDARY KEY OR ALTERNATIVE KEY • SURROGATE KEY • FOREIGN KEY
  • 54. Keys Explanation Super A Super key is any combination of fields within a table that uniquely identifies each record within that table. Candidate A candidate is a subset of a super key. A candidate key is a single field or the least combination of fields that uniquely identifies each record in the table. The least combination of fields distinguishes a candidate key from a super key. Every table must have at least one candidate key but at the same time can have several. Primary When a single column is used as a unique identifier. A primary key is a candidate key that is most appropriate to be the main reference key for the table. As its name suggests, it is the primary key of reference for the table and is used throughout the database to help establish relationships with other tables. As with any candidate key the primary key must contain unique values, must never be null and uniquely identify each record in the table. Simple Any of the keys described before (ie primary, secondary or foreign) may comprise one or more fields Compound A compound key consists of more than one field to uniquely identify a record. A compound key is distinguished from a composite key because each field, which makes up the primary key, is also a simple key in its own right. Composite When a combination of columns is used as a unique identifier Secondary A table may have one or more choices for the primary key. Collectively these are known as candidate keys as discuss earlier. One is selected as the primary key. Surrogate If none of the columns is a candidate for the primary key in a table, sometimes database designers use an extra column as a primary key instead of using a composite key.
  • 55. ORACLE USE OF KEYS • Oracle uses key words primary key to define a primary, composite or surrogate key. • In Oracle tables, only primary and foreign keys are define. • Secondary key is not part of Oracle’s table structure, but it is column used in search operations. • Oracle’s data dictionary to find table keys and other table information.
  • 56. INTEGRITY RULES - • In any database managed by an RDBMS, it is very important that the data in the underlying tables be consistent. If consistency is compromised. The data are not usable. • TWO INTEGRITY RULES OF RELATIONAL MODEL • Entity Integrity • Referential Integrity ஒருமைப்பொடு விதிகள்
  • 57. NULL VALUE • It means a value that is not known, not entered, not defined, or not applicable. • A zero or a space is not considered to be a null value.
  • 58. Entity Integrity – நிறுவனத்தின் ஒருமைப்பொடு Referential Integrity - மேற்ம ோளிட்ட மேர்மே No column in a primary key may be null. Each entity has unique value of primary key. A foreign key value may be a null value or it must exist as a value of a primary key in the referenced table The primary key provides the means of uniquely identifying a row or an entity. It is a property of data which, when satisfied, requires every value of one attribute (column) of a relation (table) to exist as a value of another attribute in a different (another or same) relation (table). If the primary key value is a null value in a row, we do not have enough information about the row to uniquely identify it. If a value in the foreign key column,cross references the referenced primary key column in the other table to confirm the existence of such a value. The RDBMS software strictly follows the entity integrity rule and does not allow users to enter a row without a unique value in the primary key column Referential integrity is not fully supported by all commercially available systems, but Oracle supports it religiously! Oracle does not allow you to declare a foreign key if it does not exist as a primary key 8 in another table. It allows you to leave the foreign key column value as a null.
  • 62. EXAMPLE 4 (ENTITY INTEGRITY)
  • 64. THEORETICAL RELATIONAL LANGUAGES - • E. F. Codd suggested two theoretical relational languages • Relational Algebra  Procedural Language • Relational Calculus  Non – procedural language ககொட்பொட்டு ததொடர்புமடய தைொழிகள்
  • 65. • Third-generation high-level compiler languages can be used to manipulate data in a table, but they can only work with one row at a time. • In contrast, the relational languages can work on the entire table or on a group of rows. • The multiple-row manipulation does not even need a looping structure. • The relational languages provide more power with a very little coding. • Codd proposed these languages to embed them in other host languages for more processing capability and more sophisticated application development. • In the database systems available today, nonprocedural structured query language (SQL) is used as a data-manipulation 9 sublanguage. • The theoretical languages have provided the basis for SQL.
  • 66. RELATIONAL ALGEBRA - • Relational algebra is a procedural language, because the user accomplishes desired results by using a set of operations in a sequence. • It uses set operations on tables to produce new resulting tables. • These resulting tables are then used for subsequent sequential operations. • In oracle, all operation names are not actually used as programming terms, and most of these operations do not create a new resulting table, as shown in the following examples using relational algebra. ததொடர்புமடய இயற்கணிதம்
  • 67. NINE OPERATIONS • UNION. • INTERSECTION. • DIFFERENCE. • PROJECTION. • SELECTION. • PRODUCT. • ASSIGNMENT. • JOIN. • DIVISION.
  • 68. UNION • The union of two tables results in retrieval of all rows that are in one or both tables. • The duplicate rows are eliminated from the resulting table. • The resulting table does not contain two rows with identical data values. • There is a basic requirement to perform a union operation on two tables: • Both tables must have the same degree. • The domains of the corresponding columns in two tables must be same. • Such tables are said to be union compatible. • In mathematical set theory, a union can be performed on any two sets, but in relational algebra, a union can be performed only on union-compatible tables.
  • 73. INTERSECTION • The intersection of two tables produces a table with rows that are in both tables. The two tables must be union compatible to perform an intersection on them. • The intersection will give us the projects that appear in the year 2002 and 2003.
  • 76. DIFFERENCE • The difference of two tables produces a table with rows that are present in the first table but not in the second table. • The difference can be performed on union-compatible tables only. • Symbol  ( – ) used in the same previous year. • In mathematics, A – B is not equal to B – A. • If we perform the same operation to find projects from the year 2003 didn’t exist in 2002.
  • 78. PROJECTION - • The projection operation allows us to create a table based on desirable columns from all existing columns in a table. • The undesired columns are ignored. • The projection operation returns the "vertical slices" of a table. • The projection is indicated by including the table name and a list of desired columns திட்டம்
  • 80. SELECTION • The selection operation selects rows from a table based on a condition or conditions. • The conditional operators (=, <>, >, >=, <=) and the logical operators (AND, OR, NOT) are used along with columns and values to create conditions. • The selection operation returns "horizontal slices" from a table. • The resulting table has the same number of columns as the original table but fewer rows. • The rows that satisfy the given condition are returned.
  • 82. PRODUCT • A product of two tables is a combination everything in both tables. • It is also known as a cartesian product or cross join. • It can cause huge results with big tables. • If the first table has x rows and the second table has y rows, the resulting product has x • y rows. • If the first table has m columns and the second table has n columns, the resulting product has m + n columns. • Two tables with one column each and perform the product (.) operation.
  • 84. ASSIGNMENT • This operation creates a new table from existing tables. • It throughout all the other operations. • Assignment (=) gives us an ability to name new tables that are based on other tables. • Assignment is not an oracle term.
  • 86. JOIN • The join is one of the most important operations because of its ability to get related data from a number of tables. • The join is based on common set of values, which does not have to have the same name in both tables but does have to have the same domain in both tables. • When a join is based on equality of value, it is known as a natural join. • The join operation is an overhead on the system, because it is accomplished using a series of operations.
  • 87. TYPES OF JOIN • INNER JOINS • THETA JOIN • EQUI JOIN • NATURAL JOIN • OUTER JOIN • LEFT OUTER JOIN • RIGHT OUTER JOIN • FULL OUTER JOIN
  • 88. INNER JOIN • In an inner join, only those tuples that satisfy the matching criteria are included
  • 89. OUTER JOIN • In an outer join, along with tuples that satisfy the matching criteria, we also include some or all tuples that do not match the criteria.
  • 90.
  • 91.
  • 92.
  • 93. DIVISION • The division operation is the most difficult operation to comprehend. • It is not as simple as division in mathematics. • In relational algebra, it identifies rows in one table that have a certain relationship to all rows in another table.
  • 94.
  • 95.
  • 96. RELATIONAL CALCULUS - • It is an nonprocedural language. • The programmer specifies that data requirements, and the system generates the operations needed to produce a table with the required data. • Result = (Column list) : Expression • The list of columns is on the left of the colon, and the expressions (and conditions) are on the right. ததொடர்புமடய கணக்கீடு
  • 97.
  • 98. TUPLE RELATIONAL CALCULUS (TRC) • The tuple relational calculus is specified to select the tuples in a relation. In TRC, filtering variable uses the tuples of a relation. • The result of the relation can have one or more tuples. • Notation: • {T | P (T)} or {T | condition (T)} where • T is the resulting tuples • P(T) is the condition used to fetch T.
  • 99. DOMAIN RELATIONAL CALCULUS (DRC) • It is equivalence to tuple calculus and to relational algebra. • The language called QBE (query-by-example) that is related to domain calculus was developed almost concurrently to SQL at IBM research, Yorktown heights, New York. • The second form of relation is known as domain relational calculus. In domain relational calculus, filtering variable uses the domain of attributes. • Domain relational calculus uses the same operators as tuple calculus. It uses logical connectives ∧ (and), ∨ (or) and ┓ (not). • It uses existential (∃) and universal quantifiers (∀) to bind the variable. Notation: • { A1, a2, a3, ..., an | P (a1, a2, a3, ... ,an)} where • A1, a2 are attributes P stands for formula built by inner attributes
  • 100. SUMMARY • The nine operations provide users with a sufficient set of operations to work with the relational databases. • Some of the operations are combinations of other operations, in the case of the join operation, but such operations are very useful in actual practice. • A relational database is an electronic data repository that is supposed to satisfy user’s data request correctly, quickly an efficiently.
  • 101. DATA MODELING • A model is a simplified version of real-life, complex objects. • Databases are complex, and data modeling is a tool to represent the various components and their relation-ships. • The entity-relationship (E-R) model is a very popular modeling tool among many such tools available today. • Many tools are available for data modeling with E-R. • All tools have some variations in representation of components. • An excellent communication tool. • A simple graphical representation of data.
  • 102. • The E-R model uses E-R diagrams (ERD) for graphical representation of the database components. • An entity (or an entity set) is represented by a rectangle. • The name of the entity (set) is written within the rectangle. • Some tools prefer to use uppercase letters only for entities. • The name of an entity set is a singular noun.  For example, EMPLOYEE, CUSTOMER, and DEPARTMENT are singular entity set names. • A line represents relationship between the two entities. • The name of the relationship is an active verb in lowercase letters. For example, works; manages, and employs are active verbs. • Passive verbs can be used, but active verbs are preferable
  • 103.
  • 104. • The types of relationships (1:1, 1:M, and M:N) between entities are called connectivity or multiplicity. • The connectivity is shown with vertical or angled lines next to each entity.  For example, an EMPLOYEE supervises a DEPARTMENT, and a DEPARTMENT has one EMPLOYEE supervisor. • A DIVISION contains many FACULTY members, but a FACULTY works for one DIVISION. • An INVOICE contains many items, and an ITEM can be in more than one INVOICE. • The relationship between two entities can be given using the lower and upper limits. • This information is called the cardinality. • The cardinality is written next to each entity in the form (n, m), where n is the minimum number and m is the maximum number.  For example, (1,1) next to EMPLOYEE means that an employee can supervise a minimum of one and a maximum of one department. • Similarly, (1,1) next to DEPARTMENT says that one and only one employee supervises the department.
  • 105.
  • 106. • In reality, corporations set rules for the minimum and maximum values for cardinality. • A corporation may decide that a department must have a minimum of 10 employees and a maximum of 25 employees, which results in cardinality of (10,25). • A college decides that a computer-science course section must have at minimum 5 students to recover the cost incurred and at maximum 35 students, because the computer lab contains only 35 terminals. • An employee can be part of zero or more than one department, and an item may not be in any invoice. • These types of decisions are known as business rules. • The above E-R diagram with added cardinality. • In real life, it is possible to have an entity that is not related to another entity at all times. • The relationship becomes optional in such a case. I  For example of a video rental store. A customer can rent video movies. In this case. There are times when the customer has not rented any movie, and there are times when the customer has rented one or more movies. • Similarly, there can be a movie in the database that is or is not rented 15 at a particular time. These are called optional relationships and are shown with a small circle next to the optional
  • 108. • In relational databases, many-to-many (M:N) relationships are allowed, but they are not easy to implement. • For example, an invoice has many items. And an item can be in many invoices. • Refer to the INVOICE and ITEM relationship, at this point, you will he introduced to the relational schema, a graphical representation of tables, their column names, key components, and relations between the primary key in one table and the foreign key in another. • We will also see the decomposition of an M:N relationship into two 1:M relationships. The decomposition from M:N to 1:M involves a third entity, known as a composite entity or an associative entity. • The composite entity is created with the primary key from both tables with M:N relationships. • The new entity has a composite key, which is a combination of primary keys from the original two entities. In the E-R diagram. • A composite entity is drawn as a diamond within a rectangle.
  • 109.
  • 110. • The composite entity has a composite primary key with two columns, each of them being foreign keys referencing the other two entities in the database. • For example, the foreign key INVOICENO in the INVITEM table references the INVOICENO column in the INVOICE table, and the foreign key ITEMNO in the INVITEM table references the ITEMNO column in the ITEM table. • In a database, there are entities that cannot exist by themselves. • Such entities are known as weak entities. • We will be introduced to two different sample databases. In the employee database of that chapter, there is an entity called EMPLOYEE with employees' demographic information and another entity called DEPENDENT with information about each employee's dependents. • The DEPENDENT entity cannot exist by itself. • There are no dependents for an employee who does not exist. • In other words, you need the existence of an employee for his or her dependent to exist in the database. • The weak entities are shown by double-lined rectangles
  • 111.
  • 112. • Simple attributes – attributes that cannot be subdivided; for example, last name, city, or gender. • Composite attributes — attributes that can be subdivided, into atomic form.  For example, a full name can be subdivided into the last name, first name, and middle initial. • Single-valued attributes — attributes with a single value; for example, employee ID, social security number, or date of birth. • Multivalued attributes — attributes with multiple values  For example, degree codes or course registration. The multivalued attributes have to be given special consideration. They can be entered into one attribute with a value separator mark, or they can be entered in separate attributes with names like course1, course2, course3, and so on. Alternatively, a separate, composite entity can be created.