Introduction to the concept of Data and Database Management System

Adebayo ADEGBIJI FNCS
22 Apr 202426:45

Summary

TLDRThis educational video script delves into the concept of data, its transformation into information, and the critical role of databases. It explains data collection methods, the importance of data integrity, and how data can be leveraged for decision-making, planning, and control. The script also introduces the hierarchy of data, from fields to records and files, and touches on database management systems, emphasizing the significance of primary keys and data types. It sets the stage for further discussions on big data and related topics, highlighting the pervasive impact of data in our daily activities and the efficiency of computing in managing it.

Takeaways

  • πŸ“„ Data encompasses facts about any entity, including voice, image, audio, video, text, and numbers.
  • πŸ” Data is initially collected in a raw form and requires processing to become useful information.
  • πŸ—‚οΈ Activities like sorting, rearranging, and counting can transform raw data into meaningful information.
  • πŸ’Ύ A database is a structured collection of related data, facilitating easy access, categorization, and retrieval.
  • πŸ› οΈ Database Management Systems (DBMS) are software applications that enable the management of databases, including creation, modification, and deletion of data.
  • πŸ“Š Data collection can be primary, where data is collected directly from sources, or secondary, where existing data is utilized.
  • πŸ”‘ Data integrity is crucial for ensuring the quality of insights derived from data; inaccurate data leads to inaccurate outcomes (GIGO).
  • πŸ“ˆ Valuable information aids in decision-making, planning, control, competitive advantage, and prediction based on accurate data.
  • πŸ”‘ Each record in a database table has a unique identifier, known as the primary key, which distinguishes it from others.
  • πŸ“‘ Files are collections of related records, and databases allow for various operations such as adding, deleting, sorting, and searching records.

Q & A

  • What is data according to the script?

    -Data is defined as facts about an object, process, people, system, or any entity. It can include voice, image, audio, video, text, numbers, and even spaces.

  • In what form is data typically collected?

    -Data is usually collected in its raw form, which means it is in its most natural and unprocessed state.

  • What are some examples of activities performed on data to transform it into information?

    -Activities such as sorting, rearranging, and counting are performed on data to transform it into information. For instance, sorting login data by gender and then counting the number of males and females can provide insights like the number of females that logged in on a particular day.

  • What is the role of a database in managing data?

    -A database serves as a collection of related data that allows for easy access, categorization, retrieval, and manipulation. It is a structured system that organizes data into tables and fields, facilitating various operations like creating, modifying, deleting, sorting, and filtering records.

  • What is the difference between primary and secondary data collection methods?

    -Primary data collection methods involve directly gathering data from sources, such as interviews, forms, questionnaires, observations, and using devices like cameras. Secondary data collection methods involve obtaining data that has already been collected by others, often from existing databases or reports.

  • Why is data integrity important in data management?

    -Data integrity is crucial because it ensures that the data is accurate and reliable. Poor data quality can lead to incorrect insights and decisions, which can have significant consequences. The acronym GIGO (Garbage In, Garbage Out) emphasizes that the quality of output is directly dependent on the quality of input data.

  • How does valuable information aid in decision making and planning?

    -Valuable information, derived from processed data, helps in making good decisions by accurately reflecting what is happening. It also aids in planning by providing insights into patterns and trends, which can be used to anticipate future needs and allocate resources effectively.

  • What is the hierarchy of data, starting from the smallest unit?

    -The hierarchy of data starts from the smallest unit, which is a field (a single data item), then grows to a record (a group of related fields for one entity), and finally to a file (a collection of related records).

  • What is a primary key in a database, and why is it important?

    -A primary key is a unique field in a database table that identifies each record uniquely. It is important because it ensures that every record can be distinctly identified, which is crucial for accurate data retrieval and manipulation.

  • What are some of the privileges and rights associated with database operations?

    -Database operations such as adding, modifying, or deleting records are associated with privileges and rights that control who can perform these actions. These privileges are monitored to ensure accountability and maintain security and integrity of the data.

Outlines

00:00

πŸ“Š Understanding Data and Its Transformation

This paragraph introduces the concept of data as facts about any entity, which can include voice, image, audio, video, text, and numbers. Data is initially collected in a raw form. An example is provided where opening a bank account requires filling out a form, which is a collection of personal data. The paragraph explains that data is often collected in a natural order, and activities such as sorting and counting can transform raw data into information. For instance, sorting login data by gender and then counting the number of male and female users can provide meaningful insights, thus turning data into information.

05:02

πŸ” Deep Dive into Databases and Data Collection

The paragraph delves into databases as collections of related data that facilitate easy access, categorization, and retrieval. It introduces the concept of a Database Management System (DBMS), which is software used to manage databases, allowing for creation, modification, deletion, sorting, and filtering of data. The paragraph also discusses two primary methods of data collection: primary methods, which involve direct interaction like interviews and forms, and secondary methods, which involve obtaining data from existing sources. The importance of data integrity and its impact on the quality of insights derived from data is emphasized, along with the acronym GIGO (Garbage In, Garbage Out), highlighting the significance of accurate data collection.

10:04

πŸ“ˆ The Power of Valuable Information

This section underscores the importance of valuable information derived from processed data in aiding decision-making, planning, control, and gaining a competitive advantage. It explains how accurate data can help in understanding consumption patterns, planning based on demographic insights, and detecting deviations for timely correction. The paragraph also touches on how data can be used for legislative purposes, prediction based on historical trends, and the overall impact of data on productivity and cost reduction.

15:06

πŸ› Hierarchy of Data and Its Organization

The paragraph outlines the hierarchy of data, starting from a field, which is the smallest unit of data, to a record, which is a collection of related fields for one entity. It further explains that files are collections of related records, and databases are systems that manage these files. The paragraph introduces the concept of data types, such as text, numeric, date, and others, and how they are used in fields. It also discusses the importance of primary keys in databases, which uniquely identify each record, and the various activities that can be performed on files within a database, such as adding, removing, sorting, and searching records.

20:06

πŸ”‘ Database Management and Security

This paragraph focuses on the activities performed on files within a database, such as adding, removing, rearranging, sorting, searching, filtering, and modifying records. It also addresses the importance of database security and access control, ensuring that only authorized individuals can perform certain actions on the database. The paragraph mentions the role of privileges and rights in managing database access and the need for a control system to monitor and hold individuals accountable for their actions within the database.

Mindmap

Keywords

πŸ’‘Data

Data refers to facts or information collected about objects, processes, people, or systems. In the video, data is described as raw facts that need to be processed, such as names, birth dates, or transaction details. The key point is that data alone is not immediately useful until processed into information.

πŸ’‘Information

Information is processed data that is organized and presented in a meaningful way. The video explains that when raw data is sorted, counted, or analyzed (e.g., counting the number of female users), it transforms into information that can guide decision-making or provide insights.

πŸ’‘Database

A database is a structured collection of related data that allows easy access, retrieval, and management. The video discusses how a database stores different types of information, such as a person’s name, gender, and email in a banking system, and enables efficient organization and manipulation of that data.

πŸ’‘Database Management System (DBMS)

A Database Management System (DBMS) is software that helps manage databases by allowing users to create, modify, delete, and retrieve data. In the video, it’s highlighted as essential for ensuring easy management and organization of data, allowing tasks like sorting or filtering information.

πŸ’‘Primary Data Collection

Primary data collection involves gathering data directly from original sources, such as through interviews, forms, or surveys. The video provides examples like asking people questions in interviews or filling out forms to collect raw data directly from individuals or events.

πŸ’‘Secondary Data Collection

Secondary data collection refers to obtaining data from pre-existing sources that have already been compiled. In the video, it is explained as a method to acquire data from external organizations, like national exam records or banking transaction reports, when primary data collection is not feasible.

πŸ’‘Data Integrity

Data integrity refers to the accuracy and consistency of data over its lifecycle. The video emphasizes that maintaining data integrity is crucial for generating reliable information; any inaccurate or distorted data (garbage in) will lead to incorrect results or poor insights (garbage out).

πŸ’‘Record

A record is a collection of related fields that represent a single entity, such as a person or transaction, in a database. In the video, records are discussed as rows of data, such as all the information related to a person’s bank account, including name, balance, and transaction history.

πŸ’‘Field

A field is the smallest unit of data within a database, representing a single piece of information like a name or birthdate. The video gives the example of a field being a data point in a form, such as 'surname' or 'gender,' and multiple fields together form a record.

πŸ’‘Primary Key

A primary key is a unique identifier for a record in a database table. The video explains that each record, like a person’s account or student ID, must have a unique primary key to ensure that no two records can be confused, such as medical or social security numbers.

Highlights

Data is defined as facts about an object, process, people, or system.

Data can include voice, image, audio, video, text, numbers, and even spaces.

Data is often collected in raw form, such as personal details when opening a bank account.

Data comes in a natural order, like the sequence of login times in an application.

Activities like sorting and counting transform raw data into information.

A database is a collection of related data that allows for easy access and manipulation.

Database management systems (DBMS) are software used to manage databases.

Data collection can be primary, such as interviews and surveys, or secondary, using existing data sources.

Data quality is crucial for the accuracy of insights derived from data.

GIGO (Garbage In, Garbage Out) principle emphasizes the importance of data integrity.

Valuable information enables better decision-making, planning, control, and competitive advantage.

Data can be used for legislative purposes, reflecting population needs and attitudes.

Data helps in prediction, allowing for planning based on historical patterns.

The hierarchy of data starts from fields, which are individual data items.

A record is a collection of related fields, representing information about one entity.

A file is a collection of related records, such as all academic records in a school.

Primary keys uniquely identify each record in a database table.

Database activities include adding, removing, sorting, searching, filtering, and modifying records.

Database security involves privileges and rights to control access and modifications.

Transcripts

play00:21

today we'll be looking at

play00:23

data what is

play00:25

data

play00:27

what activities do we perform on data

play00:32

why do we need

play00:35

data how do we translate data to

play00:40

information and we look at the concept

play00:42

of databases look at the hierarchy from

play00:45

character unit concept up until you get

play00:48

to data warehousing we'll be using uh

play00:53

two materials are be sharing two

play00:55

materials the first is inor to

play00:57

Information Systems by patrial well

play01:00

and the second is discovering computers

play01:02

fundamentals your interactive Guide to

play01:05

the digital world edited by shley and

play01:07

verat so those two materials I'll be

play01:10

sharing some stuff from them for this

play01:13

class so that we understand basically

play01:15

what uh data means and uh how do we move

play01:20

around the world of uh of data right

play01:25

now let's start

play01:28

with on understanding

play01:31

data start with understanding

play01:35

data what is

play01:38

data data basically are

play01:41

facts facts about an object fact about a

play01:46

process fact about people fact about a

play01:51

system fact about any

play01:54

entity can be referred to as data data

play01:58

could include your voice image audio

play02:04

video text numbers including your space

play02:09

bar is also seen as the data most times

play02:15

when you collect data data is collected

play02:18

in raw form let me give you

play02:21

example when you go to the bank and you

play02:24

want to open an account per Adventure

play02:26

you go to the bank or you're filling the

play02:29

form online all the detail information

play02:31

they asking from you is your name what

play02:34

is your

play02:35

gender when were you born where do you

play02:39

live what is your email address what is

play02:42

your phone number all these are

play02:47

data and data comes in natural

play02:53

order data comes in natural order for

play02:56

instance if you are to enter a banking

play02:59

or or logging into an

play03:01

application at the end of the day if it

play03:05

is date and time stamped the time every

play03:09

person logged in will be there the

play03:13

person that logged in by 400 p.m. will

play03:16

probably not be listed first before the

play03:19

person that log in by 1 a.m. but when

play03:23

this is done we see it as the natural

play03:27

order of data so when this is done

play03:30

on some of the activities that you

play03:32

perform on data to transform it from raw

play03:35

data to information cannot

play03:37

happen activities like you cannot choose

play03:40

to rearrange

play03:42

it par Venture separating it

play03:46

with different places that people come

play03:48

from or using the agenda in that sense

play03:52

you have performed an ACC on that Ro

play03:54

data you have performed rearrangement

play03:58

sorting and because that activity has

play04:00

been performed on that R data that R

play04:03

data can give you some information

play04:05

because if you arrange it separate it

play04:07

with gender you can now count how many

play04:10

male gender or how many female gender or

play04:13

any other gender that is disclosed when

play04:16

the data is been captured in that sense

play04:18

you can say we have 25 females that log

play04:23

in onto our application today that has

play04:26

become an

play04:28

information but the five of them did not

play04:30

come at the same time they were coming

play04:34

at their own time so that is data that

play04:37

is the raw form of data when the act of

play04:42

sorting was performed it sorted those

play04:46

who are male those who are female any

play04:48

other gender separately and another

play04:49

activity was performed it was counted so

play04:53

sorting and

play04:55

Counting activity that was performed on

play04:58

R data then there is an information we

play05:01

have 25 females that log in to our

play05:05

portter today so you can see that data

play05:09

that are processed now become

play05:13

information data that are processed now

play05:16

become information in that sense we say

play05:19

data that is processed

play05:21

organized presented in a matter that is

play05:25

useful in a manner that is useful and

play05:28

meaningful

play05:29

is an

play05:33

information when you are done with an

play05:36

understanding what data is and what

play05:38

information is the next thing is what is

play05:41

a

play05:42

database database are collection of

play05:46

related data collection of related facts

play05:51

that allow you for easy access easy

play05:55

categorization easy Retriever and you

play05:57

can even perform other activities on the

play06:01

database so database are collection of

play06:05

related

play06:06

data an

play06:08

example the example I gave earlier so

play06:11

the people that enter the banking or or

play06:13

log into the portal on day one you have

play06:15

their name probably first name last name

play06:19

provin phone number email when you have

play06:21

40 of them which you said 25 are female

play06:24

per Venture the remaining 15 are male

play06:27

that is a database because Rel items are

play06:30

put together that is a database and any

play06:34

software that helps us to understand

play06:38

this to manage I mean to capture to

play06:41

manage to present to preserve to give

play06:44

access to other application individual

play06:46

that database software is called

play06:49

database management system the entire of

play06:52

that is called database management

play06:53

system you can create you can modify you

play06:56

can delete you can sort you can

play06:58

rearrange you can filter and take the

play07:01

ones you want and several other

play07:02

activities can be performed on a

play07:05

database several other activities can be

play07:07

perform on a database several other

play07:11

activities can be performed on a

play07:17

database how do we collect this data

play07:21

there are different way of collecting

play07:23

data basically I want to categorize this

play07:26

into two primary method of data collect

play07:29

ction and secondary method of data

play07:31

collection what are the primary method

play07:34

of data collection we have different

play07:36

method is said to be

play07:38

cumbersome it involve some uh uh

play07:41

resources to be deployed into the

play07:43

Activity one of them is interview he can

play07:47

be interview people be talking to them

play07:48

and be keeping what they're saying he

play07:50

can ask 10 question to 15 different

play07:54

people and note what the responses of

play07:57

each of them is in that and you are

play07:59

colting data from them another one when

play08:02

you fill a form either physical form

play08:05

with pen and paper or form that you f

play08:07

online using any of your Computing

play08:09

devices you are providing data when you

play08:13

click submit the data you have provided

play08:17

on that form is already logged into a

play08:20

database table questioner you can have

play08:24

series of questions series of questions

play08:26

on a paper or on a form you any online

play08:30

form and ask people to give you opinion

play08:34

survey online survey sometimes series of

play08:37

questions an option some have them to

play08:39

type the options that is also another

play08:42

way of collecting data

play08:45

servation you could see to observe and

play08:47

while you are observing you might be

play08:49

capturing yourself or some other

play08:50

capturing devices are capturing it and

play08:53

after is been captured is properly laid

play08:55

in lines in rows on the database table

play08:58

that is

play09:00

means of collecting data another one you

play09:02

have can use camera because there are

play09:06

times that you want to capture data that

play09:09

the appearance of

play09:11

human could distort the quality of that

play09:15

data and we will talk about data quality

play09:18

very soon so you could use other devices

play09:21

to capture those data so that people

play09:23

doesn't even know that the is kept

play09:25

although there are issues regarding uh

play09:29

uh security there are issue regarding

play09:32

exposing people information there are

play09:34

regulations that guide all that but I'm

play09:36

just trying to let you know other forms

play09:38

of collecting data pleas are

play09:43

Prim source of data collection the

play09:46

primary sources of data collection

play09:49

another way you can collect data is

play09:50

secondary sources per Venture you don't

play09:52

have the resources to do all this or you

play09:56

don't even have the where will in in

play09:57

terms of technical expert PR or even

play10:00

time you could get people that already

play10:03

have this data either at a fee or

play10:07

depending on them or free for you to

play10:11

make use of them for instance if I want

play10:13

to know how many people has written

play10:16

National examination in my country for a

play10:19

certain year I might not have the legal

play10:22

backup or the authority to collect that

play10:25

data but I can go to the in that collect

play10:26

the data and said I need the number of

play10:28

people or I need details of people that

play10:31

wrote this exam between this time and

play10:33

this time if you want to know what the

play10:36

volume of banking transaction is you can

play10:38

go to a bank or you can go to a a bank

play10:41

that coordinate the activities of of

play10:43

banks so when you do all that

play10:49

the that you are not the one that

play10:51

collected and relevant for what you want

play10:53

to do we call that secondary sources of

play10:57

data collection call that secondary

play11:00

sources of data collection why am I

play11:03

playing emphasis on data collection the

play11:05

quality of data that you

play11:09

have would determine the quality of

play11:12

insight that that data will give to you

play11:16

and that is why data Integrity is very

play11:19

very

play11:21

important it is better not to provide

play11:24

data than provide data that the facts

play11:27

there in are distorted and not true so

play11:31

data Integrity is very important and

play11:33

that uh the computer acronym gigle is

play11:37

very much relevant here gigo means

play11:39

garbage in Gage

play11:42

out if you supply wrong data or data

play11:47

that is not accurate data that the facts

play11:49

there in are distorted the result of

play11:53

your information the result of your

play11:56

summary of your computation from those

play11:59

data will not provide will not reflect

play12:02

the true reality because the data does

play12:05

not represent what actually happened

play12:07

data Integrity is very very very key and

play12:11

very

play12:13

important you can see example of

play12:16

different data here

play12:19

databases that is assigned is printed

play12:23

out is collected from a form can see all

play12:26

that now what are the qualities of

play12:30

valuable

play12:31

information it's very important you know

play12:33

information comes from data we have

play12:35

already said that data that is process

play12:37

is what we refer to as a

play12:42

information valuable information help us

play12:45

to make good

play12:49

decisions it help us to make good

play12:52

decisions because it reflect exactly

play12:55

what is

play12:56

happening for instance if you see

play13:00

the the the

play13:01

sales of a certain product in a certain

play13:05

location by a company you will know that

play13:09

those that have this type of consumption

play13:12

these are other things that they need

play13:15

and that could help you to ask if other

play13:17

people are providing such services or

play13:19

it's an opportunity for you to provide

play13:21

those Services just by virtue of the

play13:23

father you have access to their

play13:24

consumption pattern from another

play13:26

organization so having the right data

play13:28

help us to make quality decision having

play13:32

the right data help us to make

play13:35

quality other important of valuable

play13:38

information is it help us to

play13:41

plan it help us to plan if a country

play13:44

know exactly what his population is in

play13:47

different segment and

play13:48

clusters what the demography looks like

play13:52

in terms of their age in terms of their

play13:54

their their their interest their needs

play13:57

it helps to plan

play13:59

if a a student know I mean a teacher

play14:03

knows that 500 student will be coming to

play14:06

write an exam it helps to determine the

play14:08

kind of facility that will be able to

play14:09

accommodate them whether all of 500 of

play14:12

them can write that exam at once or they

play14:14

need to P them in batches based on

play14:16

facilities that are available so having

play14:18

the right data give us the right

play14:21

information and it helps planning it

play14:24

help decision making it helps planning

play14:26

it also helps for control you can use

play14:29

data to detect

play14:31

deviation and ensure that those

play14:33

deviation are corrected on time you can

play14:37

use data to uh detect deviation data

play14:41

also help organization to have

play14:43

competitive Advantage it has

play14:45

productivity because it give correct

play14:48

information about their product about

play14:50

their consumer both new and and

play14:52

potential

play14:54

consumers so having the right data helps

play14:58

it helps in in legislation you will look

play15:01

at the existing legislation look at

play15:03

population look at consumption look at

play15:05

people attitude when you have all the

play15:07

data and you be able to know whether the

play15:09

current registration is enough to guide

play15:13

them another advantage of data it helps

play15:15

for prediction for instance if you

play15:18

collect data for instance I give an

play15:20

example of

play15:23

people that wrote certain exams if you

play15:26

have an idea of people that wrote the uh

play15:29

the exam 5 years ago 4 years ago 3 years

play15:32

ago two years ago and probably the

play15:34

immediate year in that sense you already

play15:36

had a pattern so when you have a pattern

play15:39

of data you can see whether the data is

play15:41

the same is growing or it's shrinking if

play15:44

is growing or shrinking you will know at

play15:47

what percentage when you know that you

play15:49

will be able to plan all things being

play15:52

equal if there are no Act of God that

play15:55

distorts things going on you will be

play15:59

able to plan when you have data so all

play16:01

these are advantages of having the right

play16:05

data and almost almost everyone is

play16:08

either a data item contribute to a data

play16:13

or do something that has to do with data

play16:16

or information almost on an hourly basis

play16:20

almost on an hourly basis and that shows

play16:23

how much important data and database

play16:26

management system is in some of our

play16:29

subsequent series we will also talk

play16:31

about big data and some other related

play16:34

terms but what I'm doing here is piing

play16:36

it from the foundation and growing it uh

play16:39

up so that we all have a better

play16:41

understanding of what data is the

play16:44

importance of data in our daily

play16:45

activities and how Computing helps in

play16:49

managing in collection in providing

play16:52

accet in retriever in storage and in

play16:55

ensuring that we use this data to

play16:57

increase our productivity

play16:59

reduce cost and have more value and

play17:04

benefits now let's look at hierarchy of

play17:08

data no we started from data is facts or

play17:13

fact and just like I said the word data

play17:16

is already pluralized the single form of

play17:18

data is dat now the smallest of it is a

play17:22

field what do I mean by a field when you

play17:25

look at it a field of data is just

play17:29

talking about one data item for instance

play17:32

if you say what is my surname that's a

play17:34

field say what's my gender whatever I

play17:37

Supply is it is a fi just one data

play17:40

item if you say uh which year was I

play17:44

born whatever I Supply there is a data

play17:47

item so you can see what a field looks

play17:49

like so about me alone I can have

play17:54

different fields I have information to

play17:57

put in different field depend in on the

play17:59

purpose for that database for instance

play18:01

the field of data that will be in my

play18:05

banking information could be my name Sur

play18:08

name other names my gender date I was

play18:11

born the type of account that I have

play18:14

what is my opening balance what is my

play18:16

minimum uh what is my current balance

play18:19

what was the last time I transact that

play18:21

could be there that's a banking database

play18:24

the same me if I belong to a school as a

play18:28

student

play18:29

I could have my name the courses I

play18:32

registered for my grade on those courses

play18:36

the department I belong

play18:38

to I'm probably the lecturer that taught

play18:41

me those courses the same me if I work

play18:45

somewhere I have my staff ID my

play18:48

designation the level that I am how much

play18:51

I earn other on a weekly or daily basis

play18:54

or monthly basis they s me in the

play18:58

hospital

play18:59

I will probably have my blood group my

play19:02

genotype apart from my name apart from

play19:04

my age so you can see that one entity

play19:07

with interest in different areas will

play19:10

have different aspect of

play19:13

him in those areas and when we are

play19:15

talking about databases we're not

play19:16

talking about only humans we said entity

play19:19

generally be class you have the name of

play19:21

the car the car type the the the day it

play19:25

was manufactured the person is allotted

play19:27

to the speed

play19:29

the mileage that has done you can see

play19:32

about any entity each of those field now

play19:35

have data type the type that come here

play19:37

can be text forance if you ask for my

play19:39

name we're expecting text not numbers

play19:42

some could be numeric if you ask for my

play19:44

age we expecting numbers and not text

play19:47

some could be auton numeric prent social

play19:50

security number n number you could have

play19:53

currency to hold dollar I mean to hold

play19:55

currency naira Yen dollar

play19:59

pounds different currency of the world

play20:02

we also have another data type that is

play20:04

called dates in case you want to date of

play20:06

birth date of employment date admitted

play20:10

things like that we could also have what

play20:12

we

play20:13

call the yes or no it could be true or

play20:17

false we have memo the one that can go

play20:20

for lenty text per Adventure you want to

play20:22

put a note can they put a comment then

play20:24

we also have object a photo short video

play20:27

we also have hper Link email address I

play20:30

also have an attachment for instance you

play20:32

have an attachment if you're sending an

play20:34

email so the attachment could be an

play20:36

attachment the date you send the email

play20:37

the time the email was sent the title of

play20:39

the email the text of the email can be

play20:42

under memo so you can see all these are

play20:44

different types of data that goes into a

play20:48

field field is the smallest and from a

play20:51

field we not have a record and what is a

play20:54

record what is a record we have grown

play20:56

from a data item to having a record and

play20:58

from record we are going to file what is

play21:01

a

play21:02

record a

play21:04

record is an information about the same

play21:08

entity

play21:11

on different field what do I

play21:14

mean I've given several example of me in

play21:17

different places as a student as an

play21:19

employee as a patient in in an hospital

play21:23

as a customer to a bank so in that bank

play21:26

all those information my name is a field

play21:30

my name is a field my gender is a field

play21:32

the type of account I operate is a field

play21:34

my minimum B opening balance is a fi my

play21:37

current balance is a field all those

play21:39

things about me on that row is my

play21:45

record do you get that it's my

play21:49

record so a record is a group of related

play21:53

field that

play21:55

isation across the field on one end

play22:01

and we know we have

play22:02

different so each row record represent

play22:07

one entity sometime it could be a

play22:12

transaction uh uh databas a transaction

play22:15

table in that time it would

play22:17

be date of transaction time of

play22:20

transaction transaction type transaction

play22:23

ID status of transaction whether it's

play22:26

successful whether not successful

play22:28

whether he spending you can have amount

play22:31

of transaction you can have location of

play22:32

transaction you can have point of

play22:34

transaction either cash withdraw at the

play22:37

bank other POS usage either internet

play22:40

banking other mobile banking so all

play22:43

those information about that very

play22:46

particular transaction is the record of

play22:48

that transaction and there are several

play22:49

Fields so on the same field you have

play22:52

transaction by either the same person or

play22:54

other people and for every record

play22:58

there's a key that must be unique it's

play23:01

usually called the primary key it is

play23:04

unique because the way database

play23:07

management system is structured in every

play23:10

table at least

play23:13

one field must be unique in terms of

play23:16

what it takes and when I'm talking about

play23:19

uniqueness here I'm talking about the

play23:20

fact that no two entities should have

play23:23

the same thing and I'm going to give you

play23:25

examples in the hospital my medical

play23:28

number when they said this what your

play23:31

medical number no other person should

play23:34

have that medical number another thing

play23:36

is phone phone number and that is why

play23:38

when you D somebody's number it call

play23:41

that person directly because that phone

play23:43

number is unique to

play23:45

him another is social security number in

play23:48

Nigeria n number Nigeria identity uh

play23:53

number in a school your matriculation

play23:56

number in your office your staff number

play23:59

some of those numbers are so unique that

play24:02

even if that entity ceases to exist such

play24:05

number are not real alloted someone else

play24:08

and that is why primary keys are usually

play24:11

given by the owners creators or manager

play24:16

of the database and most primary keys

play24:18

will have interpretations when somebody

play24:20

say your social security number you can

play24:22

know the state where you come from

play24:23

somebody say your n you can have an

play24:25

understanding of what happens if

play24:27

somebody say your matric number it can

play24:28

know the faculty or the college that you

play24:30

admitted to or graduated from so primary

play24:33

keys are

play24:34

unique

play24:36

and it's identify every record uniquely

play24:40

in a database table then we go to

play24:44

file what are files files now are

play24:48

collection of related records files are

play24:52

collection of related record so in a

play24:56

school for for example

play24:59

all the information you have about

play25:01

academic matters can be called academic

play25:04

files then those file you canot have

play25:05

different department Department of

play25:07

banking Department of accounting

play25:09

computer science department system

play25:11

engineering can

play25:13

see all the are files data file so you

play25:17

can see what I have here now you can see

play25:19

on my screen you can see what field are

play25:21

you can see what the record is you can

play25:23

see student ID that's the key field

play25:25

that's the primary field that is the

play25:27

field that is is uh unique that's the

play25:29

field that is unique so in a file there

play25:32

are several activities you do in a file

play25:34

you add record you remove record you

play25:37

rearrange record you sort record you

play25:40

search for record you filter record you

play25:43

modify change record there are several

play25:46

information you can do in a datab and

play25:49

deltion too if you don't

play25:51

need a record again you can delete it

play25:54

you can yank it off in doing all this

play25:58

there are what we call Privileges and

play26:00

rights and it's be monitor for instance

play26:02

if a database is H an Institutional

play26:04

database everybody that has right to

play26:06

either add modify or delete will be

play26:10

given that right and there is a part of

play26:12

the computer system that is recording

play26:14

each of those activities so that we can

play26:16

hold people responsible for the

play26:19

activities that they do on the record

play26:21

for instance in a banking system if

play26:24

somebody move 10,000 from your account

play26:26

to his own account you must be able to

play26:28

know

play26:28

because you will come and complain that

play26:30

your money is not what it should be so

play26:32

there are control and security system

play26:35

that grants people assess and control

play26:38

what everybody does on the database and

play26:42

uh control what everybody does on the

Rate This
β˜…
β˜…
β˜…
β˜…
β˜…

5.0 / 5 (0 votes)

Related Tags
Data BasicsInformation SystemsData ProcessingDatabasesData ManagementData CollectionInformation QualityDecision MakingData HierarchyBig Data