File Organization in Traditional Environment: Files, Like The Organization, Are Arranged, and Read in A Hierarchal Order
File Organization in Traditional Environment: Files, Like The Organization, Are Arranged, and Read in A Hierarchal Order
ENVIRONMENT
Files, like the Database
organization, are
File
arranged, and
read in a Record
hierarchal order
Field
Byte
Bit
ONLINE DATABASE
• An online database is a database accessible from a
network, including from the Internet.
• These differ from typical traditional databases such
as Oracle, Microsoft SQL Server, Sybase, etc. Some
of the differences are:
• These online databases are delivered primarily via a
web browser
• They are often purchased by a monthly subscription
• They embed common collaboration features such as
sharing, email notifications, etc.
File Organization Terms and Concepts
• Bit:-Smallest amount of data a computer can
read
– Are read as the Binary digits 1 and 0
• Translated into ON or OFF - YES or NO
– Eight bits make one Byte.
Byte:-
– A byte makes up a character
• Letters or Numbers like 1 or A
– Several characters make up a word
• Persons name, address, age.
• Field:-
– Words made up of characters (bytes)
produce what is known as a field.
– Represents a piece of data
• Name, address, account number
• Record
– Collection of related fields
• Clients Contact Information
– Name, Address, Phone, E-mail, Company
• File:-
– Collection of related records.
• Database:-
– A collection of all the organizations
related files.
• Sales, Billing, Customers, etc.
File Organization Terms and Concepts
• Entity: Person, place, thing, event about
which information is maintained
Class Name
Class ID
Student Name
Student Name
Address
Professor
Phone
ClassesCol1
StudentsCol1
Grades
Student Name
CourseID
Grade
GradesCol1
Hierarchical and Network DBMS:-Organization of
data in a treelike structure
• Root is the starting point where other data branches
from.
• Network Model:-
– Logical Model that resembles the hierarchical model
– Depicts Many-to-Many relations ships.
Department
Class1 Class2