WELCOME TO OUR PRESENTATION
Basic Concept Of DBMS
 Database
 Database Management System (DBMS)
 DBMS Software
 Purpose Of DBMS
 Application Of DBMS
 Terminology
Contents
 A database is a collection of information that is
organized so that it can easily be accessed, managed,
and updated.
Database
 Provide management of database.
 Control access to data.
 Contain a query language to retrieve information
easily.
Database Management System
 Oracle
 MySQL
 Microsoft Access
 FileMaker
 FoxPro
DBMS Software
Purpose of DBMS
1. It reduces data redundancy to a large extent.
2. It controls data inconsistency.
3. It facilitate sharing of data.
4. It ensures data security.
 Library Management System
 Banking
 Universities and colleges
 Telecommunications
 Finance
Application Of Database
Management System
 Entity
 Attribute
 Record
 Key
 Relationship
Terminology
Entity
 An entity is any singular, identifiable and separate
object.
 Strong Entity Types
 Recursive Entity Types
 Weak Entity Types
 Composite Entity Types
 or Associative Entity Types
 SuperType and SubType Entities
Type Of Entity
Attributes
 An attribute is a characteristic in a database
management system (DBMS). An attribute refers to a
database component, such a table.
 Single valued Attributes
 Multi valued Attributes
 Composite Attribute
 Simple Attributes
 Stored Attribute
 Derived Attribute
Type Of Attributes
Definition of Record
 A record (sometimes called a row) is a group of fields
within a table that are relevant to a specific entity.
 For example,
key
 A key is an attribute or a set of attributes in a relation
that identifies a tuple in a relation.
 They are also used to create relationship between
different tables.
 Super key.
 Candidate key.
 Primary Key.
 Alternate Key.
 Composite key.
 Foreign key.
Type of key
Relationship
A relationship exists between two database tables
when one table has a foreign key that references the
primary key of another table.
Basic Concept Of Database Management System (DBMS) [Presentation Slide]

Basic Concept Of Database Management System (DBMS) [Presentation Slide]

  • 1.
    WELCOME TO OURPRESENTATION
  • 2.
  • 3.
     Database  DatabaseManagement System (DBMS)  DBMS Software  Purpose Of DBMS  Application Of DBMS  Terminology Contents
  • 4.
     A databaseis a collection of information that is organized so that it can easily be accessed, managed, and updated. Database
  • 5.
     Provide managementof database.  Control access to data.  Contain a query language to retrieve information easily. Database Management System
  • 6.
     Oracle  MySQL Microsoft Access  FileMaker  FoxPro DBMS Software
  • 7.
    Purpose of DBMS 1.It reduces data redundancy to a large extent. 2. It controls data inconsistency. 3. It facilitate sharing of data. 4. It ensures data security.
  • 8.
     Library ManagementSystem  Banking  Universities and colleges  Telecommunications  Finance Application Of Database Management System
  • 9.
     Entity  Attribute Record  Key  Relationship Terminology
  • 10.
    Entity  An entityis any singular, identifiable and separate object.
  • 11.
     Strong EntityTypes  Recursive Entity Types  Weak Entity Types  Composite Entity Types  or Associative Entity Types  SuperType and SubType Entities Type Of Entity
  • 12.
    Attributes  An attributeis a characteristic in a database management system (DBMS). An attribute refers to a database component, such a table.
  • 13.
     Single valuedAttributes  Multi valued Attributes  Composite Attribute  Simple Attributes  Stored Attribute  Derived Attribute Type Of Attributes
  • 14.
    Definition of Record A record (sometimes called a row) is a group of fields within a table that are relevant to a specific entity.  For example,
  • 15.
    key  A keyis an attribute or a set of attributes in a relation that identifies a tuple in a relation.  They are also used to create relationship between different tables.
  • 16.
     Super key. Candidate key.  Primary Key.  Alternate Key.  Composite key.  Foreign key. Type of key
  • 17.
    Relationship A relationship existsbetween two database tables when one table has a foreign key that references the primary key of another table.