SlideShare a Scribd company logo
1 of 2
II. DATA BASE CONCEPTS
1.    Data are some instances of the attributes of the entities of the system
2.    Occurrences of instances of these attributes of each of the entities are known as data.
3.    Data is like a raw material and the information is like the product made using the raw
      material.
4.    Metadata is the “DATA ABOUT DATA”. I.e. information for accessing the data.
5.    A field is the lowest level of data item of an entity which is alternatively called as an
      attribute of the entity.
6.    Record is the collection of fields/attributes of entity in a desired sequence.
7.    File is a collection of records having the same set of fields arranged in the same
      sequence.
8.    A field is said to be key field/primary key if it can identify a record uniquely in a
      file.
9.    A field is said to be non-key field/secondary key if it can not identify a record
      uniquely in a file.
10.   Schema is a schematic representation/overview of all the files in a database.
11.   A portion of the schema of a database is called as subschema.
12.   Association between fields of a file is the relationship in terms of occurrence of
      data of a file.
13.   Association between two files is the relationship between the records of these two
      files or between any two record types.
14.   One-to-One Association: A record of one file is associated with only one record
      of another file.
15.   One-to-many Association: A record of one file will be associated with one or
      more records of another file.
16.   Many-to-Many Association: In this type of association, each and every record of
      one file will be associated with one or more records of another file.
17.   Many-to-One Association: In this type of association, many record of the first
      file will be associated with a single record of the second file.
18.   Multiple Association: When there will be more than one type of association
      between two files. This type of association is known as multiple association.
19.   One-to-One Conditional Association: In this type of association, a particular
      record of a file will be associated to only one record of another file for only
      certain temporarily.
20.   Recursive Association: Recursive association is the association between entities
      of the same entity class.
21.   File organizations can be classified into three categories as listed below.
      1.       Sequential file organization.
      2.       Indexed sequential file organization.
      3.       Direct access file organization.
22.   In the sequential file organization, the records of the file will be arranged as per
      the desired order of its key field one after another. This arrangement helps the
      user to retrieve/update all the records one after another as per the order of storage
      of records in the file.
23.   This type of organization is more suitable for situations which require processing
      actions on all the records of the file.


24.   In the indexed sequential file organization, the records of the file are stored in the
      physical storage area as per the desired order of the key field. But this type of
      organization will create a set of index values which will help in accessing the
      records from the physical storage area randomly without accessing other records
      from the beginning of the file to the location of the record. This file organization
      can also be used to access all the records of the file sequentially.
25.   In random file organization, each and every record of the file can be accessed
      randomly without accessing other records of the file. This type of the file
      organization is more suitable for on-line processing systems.
26.   The files are stored in the secondary storage area, namely magnetic disk.
27.   A track in disk is a circular storage position on that disk area. All the data in a
      track of a disk can be accessed by placing the ‘read/write’ head at the radius of
      that particular track.
28.   A block is a sector of a track which stores a set of records. There will be a gap
      between adjacent blocks on a track to indicate the ending of a particular block and
      the beginning of another block.
29.   A cylinder is a collection of tracks of different magnetic disks mounted one over
      another with a constant radius or a collection of adjacent tracks in the same disk.
30.   Access assembly consists of access arm and ‘read/write’ heads.
31.   The direct file organization can be of two types, viz. relative addressed direct file
      organization and hashed addressed direct file organization.

32.   Relative addressed direct file organization: In this type of file organization, the
      relative address of a desired record from the base address, 0 must be given by the
      user.
      Under such situation, the user should necessarily refer the base document to
      identify the relative address of the record of integers.
33.   Hashed addressed direct file organization:
      i.      The keys of records in the hashed addressed direct file organization are
              scattered randomly throughout an area called hashing table which enables
              the users to access each and every record in a rapid manner directly
              without using indexes. Hence, it is considered to be the most efficient
              method for accessing files in most of the on-line systems.

      ii.    Each bucket has a set of slots.
      iii.   Each and every key value of a record will be stored in a slot of a bucket
             using a given hashing algorithm.

More Related Content

What's hot

Concept of computer files
Concept of computer filesConcept of computer files
Concept of computer filesSamuel Igbanogu
 
Information Presentation Of
Information Presentation OfInformation Presentation Of
Information Presentation OfBill Drew
 
Fileorganization AbnMagdy
Fileorganization AbnMagdyFileorganization AbnMagdy
Fileorganization AbnMagdyMohamed Magdy
 
File organization 1
File organization 1File organization 1
File organization 1Rupali Rana
 
Library OKRA: A Matter of Semantics? Intelligence, Open Data and the Future o...
Library OKRA: A Matter of Semantics? Intelligence, Open Data and the Future o...Library OKRA: A Matter of Semantics? Intelligence, Open Data and the Future o...
Library OKRA: A Matter of Semantics? Intelligence, Open Data and the Future o...Jonathan Blackburn
 
MS Sql Server: Introduction To Database Concepts
MS Sql Server: Introduction To Database ConceptsMS Sql Server: Introduction To Database Concepts
MS Sql Server: Introduction To Database ConceptsDataminingTools Inc
 
Building a-database
Building a-databaseBuilding a-database
Building a-databaseHarry Potter
 

What's hot (14)

Indexing
IndexingIndexing
Indexing
 
Concept of computer files
Concept of computer filesConcept of computer files
Concept of computer files
 
Information Presentation Of
Information Presentation OfInformation Presentation Of
Information Presentation Of
 
File organisation
File organisationFile organisation
File organisation
 
Fileorganization AbnMagdy
Fileorganization AbnMagdyFileorganization AbnMagdy
Fileorganization AbnMagdy
 
23.database
23.database23.database
23.database
 
Apurva
ApurvaApurva
Apurva
 
Database basics
Database basicsDatabase basics
Database basics
 
itft-File design
itft-File designitft-File design
itft-File design
 
File organization 1
File organization 1File organization 1
File organization 1
 
Library OKRA: A Matter of Semantics? Intelligence, Open Data and the Future o...
Library OKRA: A Matter of Semantics? Intelligence, Open Data and the Future o...Library OKRA: A Matter of Semantics? Intelligence, Open Data and the Future o...
Library OKRA: A Matter of Semantics? Intelligence, Open Data and the Future o...
 
MS Sql Server: Introduction To Database Concepts
MS Sql Server: Introduction To Database ConceptsMS Sql Server: Introduction To Database Concepts
MS Sql Server: Introduction To Database Concepts
 
Dspace OAI-PMH
Dspace OAI-PMHDspace OAI-PMH
Dspace OAI-PMH
 
Building a-database
Building a-databaseBuilding a-database
Building a-database
 

Similar to Chapter 2

File organization and introduction of DBMS
File organization and introduction of DBMSFile organization and introduction of DBMS
File organization and introduction of DBMSVrushaliSolanke
 
fileorganizationandintroductionofdbms-210313163900.pdf
fileorganizationandintroductionofdbms-210313163900.pdffileorganizationandintroductionofdbms-210313163900.pdf
fileorganizationandintroductionofdbms-210313163900.pdfFraolUmeta
 
Unit ivos - file systems
Unit ivos - file systemsUnit ivos - file systems
Unit ivos - file systemsdonny101
 
file system in operating system
file system in operating systemfile system in operating system
file system in operating systemtittuajay
 
Operating Systems - Implementing File Systems
Operating Systems - Implementing File SystemsOperating Systems - Implementing File Systems
Operating Systems - Implementing File SystemsMukesh Chinta
 
Introduction to File System
Introduction to File SystemIntroduction to File System
Introduction to File SystemSanthiNivas
 
Unit 3 file management
Unit 3 file managementUnit 3 file management
Unit 3 file managementKalai Selvi
 
Model of file system
Model of file systemModel of file system
Model of file systemIshucs
 
File System in Operating System
File System in Operating SystemFile System in Operating System
File System in Operating SystemMeghaj Mallick
 
Week 1 Before the Advent of Database Systems & Fundamental Concepts
Week 1 Before the Advent of Database Systems & Fundamental ConceptsWeek 1 Before the Advent of Database Systems & Fundamental Concepts
Week 1 Before the Advent of Database Systems & Fundamental Conceptsoudesign
 
3620121datastructures.ppt
3620121datastructures.ppt3620121datastructures.ppt
3620121datastructures.pptSheejamolMathew
 

Similar to Chapter 2 (20)

Directory structure
Directory structureDirectory structure
Directory structure
 
File organization and introduction of DBMS
File organization and introduction of DBMSFile organization and introduction of DBMS
File organization and introduction of DBMS
 
fileorganizationandintroductionofdbms-210313163900.pdf
fileorganizationandintroductionofdbms-210313163900.pdffileorganizationandintroductionofdbms-210313163900.pdf
fileorganizationandintroductionofdbms-210313163900.pdf
 
Unit ivos - file systems
Unit ivos - file systemsUnit ivos - file systems
Unit ivos - file systems
 
Dude.pptx
Dude.pptxDude.pptx
Dude.pptx
 
Chapter 12.pptx
Chapter 12.pptxChapter 12.pptx
Chapter 12.pptx
 
File structure
File structureFile structure
File structure
 
file system in operating system
file system in operating systemfile system in operating system
file system in operating system
 
File organisation
File organisationFile organisation
File organisation
 
Operating Systems - Implementing File Systems
Operating Systems - Implementing File SystemsOperating Systems - Implementing File Systems
Operating Systems - Implementing File Systems
 
File Systems
File SystemsFile Systems
File Systems
 
Introduction to File System
Introduction to File SystemIntroduction to File System
Introduction to File System
 
Files
FilesFiles
Files
 
Unit 3 file management
Unit 3 file managementUnit 3 file management
Unit 3 file management
 
Model of file system
Model of file systemModel of file system
Model of file system
 
File System in Operating System
File System in Operating SystemFile System in Operating System
File System in Operating System
 
File management
File managementFile management
File management
 
Week 1 Before the Advent of Database Systems & Fundamental Concepts
Week 1 Before the Advent of Database Systems & Fundamental ConceptsWeek 1 Before the Advent of Database Systems & Fundamental Concepts
Week 1 Before the Advent of Database Systems & Fundamental Concepts
 
3620121datastructures.ppt
3620121datastructures.ppt3620121datastructures.ppt
3620121datastructures.ppt
 
UNIT III.pptx
UNIT III.pptxUNIT III.pptx
UNIT III.pptx
 

Recently uploaded

Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxiammrhaywood
 
Capitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitolTechU
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
Meghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentMeghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentInMediaRes1
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for BeginnersSabitha Banu
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxEyham Joco
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfUjwalaBharambe
 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupJonathanParaisoCruz
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceSamikshaHamane
 
Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...jaredbarbolino94
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerunnathinaik
 

Recently uploaded (20)

Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
 
Capitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptx
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
Meghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentMeghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media Component
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for Beginners
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptx
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized Group
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in Pharmacovigilance
 
Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developer
 

Chapter 2

  • 1. II. DATA BASE CONCEPTS 1. Data are some instances of the attributes of the entities of the system 2. Occurrences of instances of these attributes of each of the entities are known as data. 3. Data is like a raw material and the information is like the product made using the raw material. 4. Metadata is the “DATA ABOUT DATA”. I.e. information for accessing the data. 5. A field is the lowest level of data item of an entity which is alternatively called as an attribute of the entity. 6. Record is the collection of fields/attributes of entity in a desired sequence. 7. File is a collection of records having the same set of fields arranged in the same sequence. 8. A field is said to be key field/primary key if it can identify a record uniquely in a file. 9. A field is said to be non-key field/secondary key if it can not identify a record uniquely in a file. 10. Schema is a schematic representation/overview of all the files in a database. 11. A portion of the schema of a database is called as subschema. 12. Association between fields of a file is the relationship in terms of occurrence of data of a file. 13. Association between two files is the relationship between the records of these two files or between any two record types. 14. One-to-One Association: A record of one file is associated with only one record of another file. 15. One-to-many Association: A record of one file will be associated with one or more records of another file. 16. Many-to-Many Association: In this type of association, each and every record of one file will be associated with one or more records of another file. 17. Many-to-One Association: In this type of association, many record of the first file will be associated with a single record of the second file. 18. Multiple Association: When there will be more than one type of association between two files. This type of association is known as multiple association. 19. One-to-One Conditional Association: In this type of association, a particular record of a file will be associated to only one record of another file for only certain temporarily. 20. Recursive Association: Recursive association is the association between entities of the same entity class. 21. File organizations can be classified into three categories as listed below. 1. Sequential file organization. 2. Indexed sequential file organization. 3. Direct access file organization. 22. In the sequential file organization, the records of the file will be arranged as per the desired order of its key field one after another. This arrangement helps the user to retrieve/update all the records one after another as per the order of storage of records in the file.
  • 2. 23. This type of organization is more suitable for situations which require processing actions on all the records of the file. 24. In the indexed sequential file organization, the records of the file are stored in the physical storage area as per the desired order of the key field. But this type of organization will create a set of index values which will help in accessing the records from the physical storage area randomly without accessing other records from the beginning of the file to the location of the record. This file organization can also be used to access all the records of the file sequentially. 25. In random file organization, each and every record of the file can be accessed randomly without accessing other records of the file. This type of the file organization is more suitable for on-line processing systems. 26. The files are stored in the secondary storage area, namely magnetic disk. 27. A track in disk is a circular storage position on that disk area. All the data in a track of a disk can be accessed by placing the ‘read/write’ head at the radius of that particular track. 28. A block is a sector of a track which stores a set of records. There will be a gap between adjacent blocks on a track to indicate the ending of a particular block and the beginning of another block. 29. A cylinder is a collection of tracks of different magnetic disks mounted one over another with a constant radius or a collection of adjacent tracks in the same disk. 30. Access assembly consists of access arm and ‘read/write’ heads. 31. The direct file organization can be of two types, viz. relative addressed direct file organization and hashed addressed direct file organization. 32. Relative addressed direct file organization: In this type of file organization, the relative address of a desired record from the base address, 0 must be given by the user. Under such situation, the user should necessarily refer the base document to identify the relative address of the record of integers. 33. Hashed addressed direct file organization: i. The keys of records in the hashed addressed direct file organization are scattered randomly throughout an area called hashing table which enables the users to access each and every record in a rapid manner directly without using indexes. Hence, it is considered to be the most efficient method for accessing files in most of the on-line systems. ii. Each bucket has a set of slots. iii. Each and every key value of a record will be stored in a slot of a bucket using a given hashing algorithm.