SlideShare a Scribd company logo
1 of 30
SHRI BALAJI
INFOTECH
Unit – 9
Database Concept
2
Database
Concept
A database is an organized collection of data,
generally stored and accessed electronically
from a computer system.
The database management system (DBMS) is
the software that interacts with end users,
applications, and the database itself to
capture and analyze the data.
3
Data ?
▸ Data is distinct pieces of information,
usually formatted in a special way. ...
Since the mid-1900s, people have used
the word data to mean computer
information that is transmitted or
stored. Strictly speaking, data is the
plural of datum, a single piece of
information.
4
Types of Data
Two
Perspectives of
Data
?
“
▸Physical view refers to the
way data are physically stored and processed in a
database.
▸Logical view is designed to suit the need of different
users by representing data in a meaningful format.
Another word, the logical view tells the users, in their
term, what is in the database.
6
Concept
Check
7
• Describe some of the different
types of data.
• What is the physical view of data
?
• What is the logical view of data ?
Logical Data
Organization
? Data organization, in broad terms, refers to the method of
classifying and organizing data sets to make them more
useful. Some IT experts apply this primarily to physical
records, although some types of data organization can
also be applied to digital records.
In a logical view Data is
Organized into groups
9
▸ Character – It is most basic logical data element. It is a
single letter; number, or special character, such as
punctuation marks, or a symbol such as $.
▸ Field – The next higher level is a field of related characters Ex – Masurkar (last name) is
in the data field. It represents an attribute.
▸ Record – It is a collection of related fields. Ex – The payroll record of employees.
▸ Table – It is a collection of related record. Ex – Payroll Table.
▸ Database – It is an integrated collection of logically related tables. Ex – The
Personnel Database.
Key Field
? Each record in a table has at least one distinctive field,
called as Key Field / Primary Key. Ex – In the Personnel
Database both the payrolls and the benefit tables include
the field Employee ID.
Batch processing is where the processing happens of blocks of data that have already been stored
over a period of time. For example, processing all the transaction that have been performed by a
major financial firm in a week. ... Hadoop MapReduce is the best framework for processing
data in batches.
Data processed in a two ways
Real-time data processing is the execution of data in a short time period, providing near-instantaneous
output. The processing is done as the data is inputted, so it needs a continuous stream of input data in order
to provide a continuous output.
11
Data processed in a two ways
12
Concept
Check
13
• From the logical view, describe how
data is organized or categorized ?
• What are key fields and how are they
used ?
• Compare batch processing and real-
time processing.
Database
Redundancy
?
Data redundancy is a condition created within a database or data storage technology in
which the same piece of data is held in two separate places. This can mean two different
fields within a single database, or two different spots in multiple software environments or
platforms.
Data Integrity
?
Data integrity is the maintenance of,
and the assurance of the accuracy
and consistency of data over its
entire life-cycle, and is a critical
aspect to the design, implementation
and usage of any system which
stores, processes, or retrieves data.
Advantages of Database
16
• Data entry, Update, read and delete
cost is reduced.
• Reduced data redundancy.
• Data sharing is made easy.
• Data inconsistency is reduced.
• The end-user's productivity is
improved.
• Decision making with data is
improved.
• Improved data access.
• Better data integration
Sharing Security
Less data
redundancy
Data integrity
Advantages
of Database
Subsystems of Database
?
A database engine is the underlying software component that a database management system
uses to create, read, update and delete data from a database.
Data definition or data description language is a syntax similar to a computer programming
language for defining data structures, especially database schemas.
Data manipulation is the process of changing data to make it easier to read or be more organized.
For example, a log of data could be organized in alphabetical order, making individual entries easier
to locate.
Subsystems of Database
?
–
It is used to create application overlay of the DBMS and Database for the use of less sophisticated
users. Data Administration subsystem - used to maintain the over all integrity and security of the
database.
Data administration or data resource management is an organizational function working in the
areas of information systems and computer science that plans, organizes, describes and controls
data resources.
Must Know
?
A data dictionary, or metadata repository, as defined in the IBM Dictionary of Computing,
is a“ centralized repository of information about data such as meaning, relationships to
other data, origin, usage, and format". Oracle defines it as a collection of tables with
metadata.
Data maintenance is the process of organizing and curating data according to University
needs. Properly maintaining and caring for data is essential to ensuring that data remains
accessible and usable for its intended purposes.
Additional duties of database administrators include determining processing rights or
determining which people have access to what kinds of data in the database.
Must Know
?
Data Warehousing may be defined as a collection of corporate information
and data derived from operational systems and external data sources. A data
warehouse is designed with the purpose of inducing business decisions by
allowing data consolidation, analysis, and reporting at different aggregate levels
Data mining is the process of sorting through large data sets to identify patterns and
establish relationships to solve problems through data analysis. Data mining tools allow
enterprises to predict future trends.
A firewall is a network security device that monitors incoming and outgoing network
traffic and permits or blocks data packets based on a set of security rules. ...
These firewalls examine packets to determine the state of the communication
Concept
Check
21
• What is data redundancy ? What is data
integrity ?
• What are the advantages of database ?
• List the five basic subsystems and describe
each.
• What is data dictionary ? Data maintenance
? What are processing rights ?
Types of Database
?
Personal databases are typically small database management systems designed to be used by only
one person to organize information. It is also called as individual database. They are stored either
on user’s hard disk or on a LAN file server. It is direct under control of the user.
The company database means information about a company and its employees. The information
could include details about both firmographics and demographic profile of the company. Ex – Data
of a departmental store.
Types of Database
?
Commercial databases are simply collections of information presented
electronically. Databases range in size from simple books made searchable, to several billion
records in the larger news databases. The retail database industry is obscure. Costs are highly
variable and difficult to determine in advance. Ex - Oracle. IBM DB2. Microsoft SQL Server.
A distributed DBMS manages the distributed database in a manner so that it appears as one
single database to users. ... A distributed database is a collection of multiple
interconnected databases, which are spread physically across various locations that communicate
via a computer network. Ex – Regional Offices, Company Headquarters.
Concept
Check
24
• List four types if databases and
describe each ?
• Give a brief example of each type of
database ?
• What is the difference between a
company database and a distributed
database ?
Uses of Database
?
• They store data and provide facilities of searching specific record in given data.
• They store special information used to manage the data. This information is called metadata and it
is not shown to all the people looking at the data.
• They can solve cases where many users want to access (and possibly change) the same entries of
data.
• They manage access rights (who is allowed to see the data, who can change it)
• When there are many users asking questions to the database, the questions must be answered
faster. So, the last person to ask a question, can get an answer in reasonable time.
• Certain attributes are more important than others, they can be used to find other data. This is
called indexing. An index contains all the important data and can be used to find the other data.
• They ensure that the data always has context. There are a lot of different rules that can be added to
tell the database system if the data makes sense. One of the rules might say November has 30 days.
This means if someone wants to enter November 31 as a date, this change will be rejected.
Issues of Database
?
• Scalability is a common issue.
• The number one issue is around scale, performance, and cost efficiency.
• A large proportion of our customer base used to struggle to meet their SLAs because their
platforms couldn’t deliver high transactional throughput and low latency, at scale. For them, this
resulted in business losses, reputations being compromised, and general dissatisfaction all around.
• Lack of proper data management, data leakage, unmanaged or uncategorized organizational data,
and lack of constant monitoring are some of the most common reasons
for database vulnerabilities.
• Database vendors need to identify these issues and roll out regular updates or patches to fix them.
Database
Security
?
Database security concerns the use of a
broad range of information security
controls to protect databases against
compromises of their confidentiality,
integrity and availability. It involves various
types or categories of controls, such as
technical, procedural/administrative and
physical.
Concept
Check
28
• What is a data warehouse ? What
is data mining ?
• What are some database security
concerns ?
• What is a firewall ?
29
30
THANKS!
Payal Mudliar
You can find me at:
▸ 9860663446
▸ payalhdps@gmail.com
▸ www.shribalajiinfotech.com

More Related Content

Similar to MS-CIT Unit 9.pptx

Database Systems
Database SystemsDatabase Systems
Database SystemsUsman Tariq
 
Introduction to Databases and Transactions
Introduction to Databases and TransactionsIntroduction to Databases and Transactions
Introduction to Databases and Transactionsنبيله نواز
 
DBS Theory Week 1 including relationships and relational database
DBS Theory Week 1 including relationships and relational databaseDBS Theory Week 1 including relationships and relational database
DBS Theory Week 1 including relationships and relational databasewalaahuluu
 
Data warehouse
Data warehouseData warehouse
Data warehouseRajThakuri
 
DATAWAREHOUSE MAIn under data mining for
DATAWAREHOUSE MAIn under data mining forDATAWAREHOUSE MAIn under data mining for
DATAWAREHOUSE MAIn under data mining forAyushMeraki1
 
System Analysis And Design
System Analysis And DesignSystem Analysis And Design
System Analysis And DesignLijo Stalin
 
Database Management Systems ( Dbms )
Database Management Systems ( Dbms )Database Management Systems ( Dbms )
Database Management Systems ( Dbms )Patty Buckley
 
Database Management System
Database Management SystemDatabase Management System
Database Management SystemTamur Iqbal
 
Introduction to Database Management System.ppt
Introduction to Database Management System.pptIntroduction to Database Management System.ppt
Introduction to Database Management System.pptRoshni814224
 
Relational database management systems
Relational database management systemsRelational database management systems
Relational database management systemsDatasoft Consulting
 
Database Management System ( Dbms )
Database Management System ( Dbms )Database Management System ( Dbms )
Database Management System ( Dbms )Kimberly Brooks
 

Similar to MS-CIT Unit 9.pptx (20)

Database Systems
Database SystemsDatabase Systems
Database Systems
 
Introduction to Databases and Transactions
Introduction to Databases and TransactionsIntroduction to Databases and Transactions
Introduction to Databases and Transactions
 
DBS Theory Week 1 including relationships and relational database
DBS Theory Week 1 including relationships and relational databaseDBS Theory Week 1 including relationships and relational database
DBS Theory Week 1 including relationships and relational database
 
Data warehouse
Data warehouseData warehouse
Data warehouse
 
Information Management
Information ManagementInformation Management
Information Management
 
DATAWAREHOUSE MAIn under data mining for
DATAWAREHOUSE MAIn under data mining forDATAWAREHOUSE MAIn under data mining for
DATAWAREHOUSE MAIn under data mining for
 
DBMS introduction
DBMS introductionDBMS introduction
DBMS introduction
 
System Analysis And Design
System Analysis And DesignSystem Analysis And Design
System Analysis And Design
 
Database Management Systems ( Dbms )
Database Management Systems ( Dbms )Database Management Systems ( Dbms )
Database Management Systems ( Dbms )
 
Ch01
Ch01Ch01
Ch01
 
Lecture 1.pptx
Lecture 1.pptxLecture 1.pptx
Lecture 1.pptx
 
Itm
ItmItm
Itm
 
Database Management System
Database Management SystemDatabase Management System
Database Management System
 
DBMS NOTES.pdf
DBMS  NOTES.pdfDBMS  NOTES.pdf
DBMS NOTES.pdf
 
Dbms notes
Dbms notesDbms notes
Dbms notes
 
Introduction to Database Management System.ppt
Introduction to Database Management System.pptIntroduction to Database Management System.ppt
Introduction to Database Management System.ppt
 
Unit 2 DATABASE ESSENTIALS.pptx
Unit 2 DATABASE ESSENTIALS.pptxUnit 2 DATABASE ESSENTIALS.pptx
Unit 2 DATABASE ESSENTIALS.pptx
 
Relational database management systems
Relational database management systemsRelational database management systems
Relational database management systems
 
Ch~2.pdf
Ch~2.pdfCh~2.pdf
Ch~2.pdf
 
Database Management System ( Dbms )
Database Management System ( Dbms )Database Management System ( Dbms )
Database Management System ( Dbms )
 

More from SHRIBALAJIINFOTECH (20)

DCA - History of Computers (English) 2.pptx
DCA - History of Computers (English) 2.pptxDCA - History of Computers (English) 2.pptx
DCA - History of Computers (English) 2.pptx
 
DCA History of Computers (Hindi) .pptx
DCA  History of Computers (Hindi) .pptxDCA  History of Computers (Hindi) .pptx
DCA History of Computers (Hindi) .pptx
 
DCA (Hindi) Chapter 1.pptx
DCA (Hindi) Chapter 1.pptxDCA (Hindi) Chapter 1.pptx
DCA (Hindi) Chapter 1.pptx
 
DCA (English) Chapter 1.pptx
DCA (English) Chapter 1.pptxDCA (English) Chapter 1.pptx
DCA (English) Chapter 1.pptx
 
MS-CIT Unit 8.pptx
MS-CIT Unit 8.pptxMS-CIT Unit 8.pptx
MS-CIT Unit 8.pptx
 
MS-CIT Unit 7.pptx
MS-CIT Unit 7.pptxMS-CIT Unit 7.pptx
MS-CIT Unit 7.pptx
 
MS-CIT Unit 5.pptx
MS-CIT Unit 5.pptxMS-CIT Unit 5.pptx
MS-CIT Unit 5.pptx
 
Chaucer to milton 2
Chaucer to milton 2Chaucer to milton 2
Chaucer to milton 2
 
Exeter · slides carnival
Exeter · slides carnivalExeter · slides carnival
Exeter · slides carnival
 
Papyrus history lesson by slidesgo
Papyrus history lesson by slidesgoPapyrus history lesson by slidesgo
Papyrus history lesson by slidesgo
 
Papyrus history lesson by slidesgo
Papyrus history lesson by slidesgoPapyrus history lesson by slidesgo
Papyrus history lesson by slidesgo
 
Emotional intelligence subject for pre k empathy by slidesgo
Emotional intelligence subject for pre k  empathy by slidesgoEmotional intelligence subject for pre k  empathy by slidesgo
Emotional intelligence subject for pre k empathy by slidesgo
 
1
11
1
 
2
22
2
 
Andrew motion
Andrew motionAndrew motion
Andrew motion
 
Aristotle
AristotleAristotle
Aristotle
 
Barthe
BartheBarthe
Barthe
 
Chaucer to milton 2
Chaucer to milton 2Chaucer to milton 2
Chaucer to milton 2
 
Chaucer to milton mc qs (part 1)
Chaucer to milton mc qs (part 1)Chaucer to milton mc qs (part 1)
Chaucer to milton mc qs (part 1)
 
Aristotle’s
Aristotle’sAristotle’s
Aristotle’s
 

Recently uploaded

SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...KokoStevan
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Disha Kariya
 
Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfChris Hunter
 
psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docxPoojaSen20
 
Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.MateoGardella
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhikauryashika82
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfAyushMahapatra5
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfAdmir Softic
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin ClassesCeline George
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxnegromaestrong
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 

Recently uploaded (20)

SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..
 
Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdf
 
psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docx
 
Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdf
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Advance Mobile Application Development class 07
Advance Mobile Application Development class 07
 

MS-CIT Unit 9.pptx

  • 3. Database Concept A database is an organized collection of data, generally stored and accessed electronically from a computer system. The database management system (DBMS) is the software that interacts with end users, applications, and the database itself to capture and analyze the data. 3
  • 4. Data ? ▸ Data is distinct pieces of information, usually formatted in a special way. ... Since the mid-1900s, people have used the word data to mean computer information that is transmitted or stored. Strictly speaking, data is the plural of datum, a single piece of information. 4 Types of Data
  • 6. “ ▸Physical view refers to the way data are physically stored and processed in a database. ▸Logical view is designed to suit the need of different users by representing data in a meaningful format. Another word, the logical view tells the users, in their term, what is in the database. 6
  • 7. Concept Check 7 • Describe some of the different types of data. • What is the physical view of data ? • What is the logical view of data ?
  • 8. Logical Data Organization ? Data organization, in broad terms, refers to the method of classifying and organizing data sets to make them more useful. Some IT experts apply this primarily to physical records, although some types of data organization can also be applied to digital records.
  • 9. In a logical view Data is Organized into groups 9 ▸ Character – It is most basic logical data element. It is a single letter; number, or special character, such as punctuation marks, or a symbol such as $. ▸ Field – The next higher level is a field of related characters Ex – Masurkar (last name) is in the data field. It represents an attribute. ▸ Record – It is a collection of related fields. Ex – The payroll record of employees. ▸ Table – It is a collection of related record. Ex – Payroll Table. ▸ Database – It is an integrated collection of logically related tables. Ex – The Personnel Database.
  • 10. Key Field ? Each record in a table has at least one distinctive field, called as Key Field / Primary Key. Ex – In the Personnel Database both the payrolls and the benefit tables include the field Employee ID.
  • 11. Batch processing is where the processing happens of blocks of data that have already been stored over a period of time. For example, processing all the transaction that have been performed by a major financial firm in a week. ... Hadoop MapReduce is the best framework for processing data in batches. Data processed in a two ways Real-time data processing is the execution of data in a short time period, providing near-instantaneous output. The processing is done as the data is inputted, so it needs a continuous stream of input data in order to provide a continuous output. 11
  • 12. Data processed in a two ways 12
  • 13. Concept Check 13 • From the logical view, describe how data is organized or categorized ? • What are key fields and how are they used ? • Compare batch processing and real- time processing.
  • 14. Database Redundancy ? Data redundancy is a condition created within a database or data storage technology in which the same piece of data is held in two separate places. This can mean two different fields within a single database, or two different spots in multiple software environments or platforms.
  • 15. Data Integrity ? Data integrity is the maintenance of, and the assurance of the accuracy and consistency of data over its entire life-cycle, and is a critical aspect to the design, implementation and usage of any system which stores, processes, or retrieves data.
  • 16. Advantages of Database 16 • Data entry, Update, read and delete cost is reduced. • Reduced data redundancy. • Data sharing is made easy. • Data inconsistency is reduced. • The end-user's productivity is improved. • Decision making with data is improved. • Improved data access. • Better data integration Sharing Security Less data redundancy Data integrity Advantages of Database
  • 17. Subsystems of Database ? A database engine is the underlying software component that a database management system uses to create, read, update and delete data from a database. Data definition or data description language is a syntax similar to a computer programming language for defining data structures, especially database schemas. Data manipulation is the process of changing data to make it easier to read or be more organized. For example, a log of data could be organized in alphabetical order, making individual entries easier to locate.
  • 18. Subsystems of Database ? – It is used to create application overlay of the DBMS and Database for the use of less sophisticated users. Data Administration subsystem - used to maintain the over all integrity and security of the database. Data administration or data resource management is an organizational function working in the areas of information systems and computer science that plans, organizes, describes and controls data resources.
  • 19. Must Know ? A data dictionary, or metadata repository, as defined in the IBM Dictionary of Computing, is a“ centralized repository of information about data such as meaning, relationships to other data, origin, usage, and format". Oracle defines it as a collection of tables with metadata. Data maintenance is the process of organizing and curating data according to University needs. Properly maintaining and caring for data is essential to ensuring that data remains accessible and usable for its intended purposes. Additional duties of database administrators include determining processing rights or determining which people have access to what kinds of data in the database.
  • 20. Must Know ? Data Warehousing may be defined as a collection of corporate information and data derived from operational systems and external data sources. A data warehouse is designed with the purpose of inducing business decisions by allowing data consolidation, analysis, and reporting at different aggregate levels Data mining is the process of sorting through large data sets to identify patterns and establish relationships to solve problems through data analysis. Data mining tools allow enterprises to predict future trends. A firewall is a network security device that monitors incoming and outgoing network traffic and permits or blocks data packets based on a set of security rules. ... These firewalls examine packets to determine the state of the communication
  • 21. Concept Check 21 • What is data redundancy ? What is data integrity ? • What are the advantages of database ? • List the five basic subsystems and describe each. • What is data dictionary ? Data maintenance ? What are processing rights ?
  • 22. Types of Database ? Personal databases are typically small database management systems designed to be used by only one person to organize information. It is also called as individual database. They are stored either on user’s hard disk or on a LAN file server. It is direct under control of the user. The company database means information about a company and its employees. The information could include details about both firmographics and demographic profile of the company. Ex – Data of a departmental store.
  • 23. Types of Database ? Commercial databases are simply collections of information presented electronically. Databases range in size from simple books made searchable, to several billion records in the larger news databases. The retail database industry is obscure. Costs are highly variable and difficult to determine in advance. Ex - Oracle. IBM DB2. Microsoft SQL Server. A distributed DBMS manages the distributed database in a manner so that it appears as one single database to users. ... A distributed database is a collection of multiple interconnected databases, which are spread physically across various locations that communicate via a computer network. Ex – Regional Offices, Company Headquarters.
  • 24. Concept Check 24 • List four types if databases and describe each ? • Give a brief example of each type of database ? • What is the difference between a company database and a distributed database ?
  • 25. Uses of Database ? • They store data and provide facilities of searching specific record in given data. • They store special information used to manage the data. This information is called metadata and it is not shown to all the people looking at the data. • They can solve cases where many users want to access (and possibly change) the same entries of data. • They manage access rights (who is allowed to see the data, who can change it) • When there are many users asking questions to the database, the questions must be answered faster. So, the last person to ask a question, can get an answer in reasonable time. • Certain attributes are more important than others, they can be used to find other data. This is called indexing. An index contains all the important data and can be used to find the other data. • They ensure that the data always has context. There are a lot of different rules that can be added to tell the database system if the data makes sense. One of the rules might say November has 30 days. This means if someone wants to enter November 31 as a date, this change will be rejected.
  • 26. Issues of Database ? • Scalability is a common issue. • The number one issue is around scale, performance, and cost efficiency. • A large proportion of our customer base used to struggle to meet their SLAs because their platforms couldn’t deliver high transactional throughput and low latency, at scale. For them, this resulted in business losses, reputations being compromised, and general dissatisfaction all around. • Lack of proper data management, data leakage, unmanaged or uncategorized organizational data, and lack of constant monitoring are some of the most common reasons for database vulnerabilities. • Database vendors need to identify these issues and roll out regular updates or patches to fix them.
  • 27. Database Security ? Database security concerns the use of a broad range of information security controls to protect databases against compromises of their confidentiality, integrity and availability. It involves various types or categories of controls, such as technical, procedural/administrative and physical.
  • 28. Concept Check 28 • What is a data warehouse ? What is data mining ? • What are some database security concerns ? • What is a firewall ?
  • 29. 29
  • 30. 30 THANKS! Payal Mudliar You can find me at: ▸ 9860663446 ▸ payalhdps@gmail.com ▸ www.shribalajiinfotech.com