SlideShare ist ein Scribd-Unternehmen logo
1 von 43
Downloaden Sie, um offline zu lesen
Chapter 10 Database Management
Chapter 10 Objectives Discuss the functions  common to most DBMSs Identify the qualities  of valuable information Explain why data is important  to an organization Discuss the terms character,  field, record, and file Identify file maintenance techniques Differentiate between a file processing system approach and the database approach Describe characteristics of  relational, object-oriented, and multidimensional databases Explain how to interact with Web databases Discuss the responsibilities of  database analysts and administrators Define the term, database Next
Data and Information ,[object Object],p. 514 - 515 Database software   allows you to Collection of data  organized so  you can access,  retrieve, and  use it Database software  also called  database  management system  (DBMS) Add,  change,  and delete  data Create database Sort  and  retrieve  data Create forms  and  reports Next
Data and Information ,[object Object],p. 514 - 515 Fig. 10-1 ,[object Object],[object Object],[object Object],Next
Data and Information ,[object Object],p. 516 ,[object Object],[object Object],Garbage out Garbage in Data integrity  is lost Next Click to view Web  Link, click Chapter 10, Click  Web Link from left  navigation, then click  Data Security below Chapter 10
Data and Information ,[object Object],Useful Accessible Organized p. 516 - 517 Timely Verifiable Accurate Cost-effective Next
The Hierarchy of Data ,[object Object],p. 517 Fig. 10-2 ,[object Object],Next
The Hierarchy of Data ,[object Object],p. 518 Fig. 10-3 ,[object Object],[object Object],[object Object],[object Object],[object Object],Next
The Hierarchy of Data ,[object Object],p. 518 Yes/No (also called  Boolean )—only the values Yes or No (or True or False) Hyperlink Web address that links to document or Web page Object (also called  BLOB  for binary large object)—photograph, audio, video, or document created in other application such as word processing or spreadsheet Next Currency dollar and cent amounts or numbers containing decimal values Date month, day, year, and sometimes time Memo lengthy text entries Text (also called  alphanumeric )—letters, numbers, or special characters Numeric numbers  only AutoNumber unique number automatically assigned to each new record
The Hierarchy of Data ,[object Object],p. 519 Group of  related fields Key field , or  primary key ,  uniquely identifies each record Next
The Hierarchy of Data ,[object Object],p. 518 – 519 Fig. 10-4 ,[object Object],Next key field records fields 2 East Penn Drive 99 Tenth Street 33 Timmons Place 33099 Clark Street 54 Lucy Court Address Pittsboro Carmel Cincinnati Montgomery Shelbyville City IN Ruiz Adelbert 3928 IN Elena 4872 OH Drake Louella 3876 AL Murray Shannon 2928 IN Brewer Milton 2295 State Last Name First Name Member ID Gupta
Maintaining Data ,[object Object],p. 520 ,[object Object],Next ,[object Object],[object Object],[object Object]
Maintaining Data ,[object Object],p. 520 Fig. 10-5 ,[object Object],Next
Maintaining Data ,[object Object],p. 521 Fig. 10-6 ,[object Object],[object Object],Next
Maintaining Data ,[object Object],p. 522 Fig. 10-7 ,[object Object],[object Object],Next
Maintaining Data ,[object Object],p. 522 - 523 Fig. 10-8 ,[object Object],[object Object],Next
Maintaining Data ,[object Object],p. 523 ,[object Object],Next ,[object Object],[object Object],[object Object],[object Object]
File Processing Versus Databases ,[object Object],p. 524 Each department or area within organization has own set of files May have weaknesses Records in one file may not relate to records in any other file Isolated data—data stored in separate files so it is difficult to access Next Data redundancy—same fields stored in multiple files
File Processing Versus Databases ,[object Object],p. 524 - 525 Fig. 10-9 ,[object Object],[object Object],Next
File Processing Versus Databases ,[object Object],p. 525 Reduced data redundancy Improved data integrity Shared data Easier  access Reduced development time Next
File Processing Versus Databases ,[object Object],p. 525 Fig. 10-10 Next
Database Management Systems ,[object Object],p. 526 Fig. 10-11 Next Click to view Web  Link, click Chapter 10,  Click Web Link from left  navigation, then click  MySQL below Chapter 10
Database Management Systems ,[object Object],p. 527 Fig. 10-12 ,[object Object],Next
Database Management Systems ,[object Object],p. 528 - 529 Fig. 10-13 ,[object Object],[object Object],Next Click to view Web  Link, click Chapter 10, Click  Web Link from left  navigation, then click  Query below Chapter 10
Database Management Systems ,[object Object],p. 528 - 529 Fig. 10-14 ,[object Object],[object Object],Next
Database Management Systems ,[object Object],p. 530 Fig. 10-15 ,[object Object],[object Object],[object Object],Next
Database Management Systems ,[object Object],p. 530 Fig. 10-16 ,[object Object],[object Object],Next
Database Management Systems ,[object Object],p. 530 - 531 Read-only privileges - user can view data, but cannot change it DBMS provides means to ensure only authorized users can access data Access privileges   define activities that specific user or group of users can perform Full-update privileges  -user can view and change data Next
Database Management Systems ,[object Object],p. 531 Fig. 10-17 ,[object Object],[object Object],[object Object],Next
Database Management Systems Video: How A Photo Sharing Site Keeps its Data Next CLICK TO START
Database Management Systems ,[object Object],p. 531 - 532 ,[object Object],[object Object],[object Object],[object Object],Next Uses logs and/or backups to restore database when it is damaged or destroyed Click to view Web  Link, click Chapter 10, Click  Web Link from left  navigation, then click  Continuous Backup  below Chapter 10
Relational, Object-Oriented, and Multidimensional Databases ,[object Object],p. 532 Fig. 10-18 ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Next
Relational, Object-Oriented, and Multidimensional Databases ,[object Object],p. 533 Fig. 10-19 ,[object Object],[object Object],[object Object],[object Object],[object Object],Next Click to view Web  Link, click Chapter 10, Click  Web Link from left  navigation, then click  Relational Databases below Chapter 10
Relational, Object-Oriented, and Multidimensional Databases ,[object Object],p. 533 Fig. 10-20 ,[object Object],Next
Relational, Object-Oriented, and Multidimensional Databases ,[object Object],p. 534 Fig. 10-21 ,[object Object],[object Object],Next Click to view Web  Link, click Chapter 10, Click  Web Link from left  navigation, then click  SQL below Chapter 10
Relational, Object-Oriented, and Multidimensional Databases ,[object Object],p. 534 - 535 Object  is item that contains data, as well as actions that read or process data ,[object Object],[object Object],[object Object],Next Advantages Often uses  object query language (OQL) Stores data in objects Click to view Web  Link, click Chapter 10, Click  Web Link from left  navigation, then click  Object-Oriented Databases below Chapter 10
Relational, Object-Oriented, and Multidimensional Databases ,[object Object],p. 534 Next Multimedia databases Store images, audio clips,  and/or video clips Groupware databases Store documents such as schedules, calendars, manuals, memos, and reports Computer-aided design  (CAD) databases Store data about  engineering, architectural,  and scientific designs Hypertext databases Contain text links  to other documents Hypermedia databases Contain text, graphics,  video, and sound Web databases Link to e-form on Web page
[object Object],Relational, Object-Oriented, and Multidimensional Databases p. 535 Next Stores data in dimensions Multiple dimensions, also called  hypercube , allow users to analyze any view of data Can consolidate data much faster than relational database Click to view Web  Link, click Chapter 10, Click  Web Link from left  navigation, then click  Multidimensional Databases below Chapter 10
Relational, Object-Oriented, and Multidimensional Databases ,[object Object],p. 536 Next ,[object Object],[object Object],[object Object],[object Object],[object Object]
Web Databases ,[object Object],p. 536 - 537 Fig. 10-23 ,[object Object],[object Object],Next Click to view Web  Link, click Chapter 10, Click  Web Link from left  navigation, then click  Collaborative Databases below Chapter 10
Database Administration ,[object Object],1.  Determine the purpose of the database 4.  Determine the relationships among  the tables or files ,[object Object],[object Object],p. 537 Fig. 10-24 ,[object Object],[object Object],[object Object],[object Object],[object Object],3.   Design the records and fields for each table 2.  Design the tables Next
Database Administration ,[object Object],p. 538 ,[object Object],[object Object],[object Object],Next Database analyst (DA) Database administrator (DBA) Click to view Web  Link, click Chapter 10, Click  Web Link from left  navigation, then click  Database Administrators below Chapter 10
Summary of Database Management Chapter 10 Complete How data and information are  valuable assets to an organization Methods for maintaining  high-quality data Assessing the quality of  valuable information Advantages of organizing  data in a database Various types of databases Role of the database  analysts and administrators

Weitere ähnliche Inhalte

Was ist angesagt?

Cibm work shop 2chapter six
Cibm  work shop 2chapter sixCibm  work shop 2chapter six
Cibm work shop 2chapter sixShaheen Khan
 
Database Management System
Database Management SystemDatabase Management System
Database Management SystemTamur Iqbal
 
Dbms role advantages
Dbms role advantagesDbms role advantages
Dbms role advantagesjeancly
 
Database Management System
Database Management SystemDatabase Management System
Database Management SystemRHIMRJ Journal
 
Introduction to Database
Introduction to DatabaseIntroduction to Database
Introduction to DatabaseSiti Ismail
 
The Databases applications in government sections
The Databases applications in government sectionsThe Databases applications in government sections
The Databases applications in government sectionsMonzer Osama Alchikh WARAK
 
Relational database concept and technology
Relational database concept and technologyRelational database concept and technology
Relational database concept and technologyDucat
 
data resource management
 data resource management data resource management
data resource managementsoodsurbhi123
 
Traditional vs modern dbms
Traditional vs modern dbmsTraditional vs modern dbms
Traditional vs modern dbmsAYUGUPTA98
 
Data Models [DATABASE SYSTEMS: Design, Implementation, and Management]
Data Models [DATABASE SYSTEMS: Design, Implementation, and Management]Data Models [DATABASE SYSTEMS: Design, Implementation, and Management]
Data Models [DATABASE SYSTEMS: Design, Implementation, and Management]Usman Tariq
 
Database and Database Management (DBM): Health Informatics
Database and Database Management (DBM): Health InformaticsDatabase and Database Management (DBM): Health Informatics
Database and Database Management (DBM): Health InformaticsZulfiquer Ahmed Amin
 
Data base management
Data base management Data base management
Data base management MiXvideos
 
Chapter 2 database environment
Chapter 2 database environmentChapter 2 database environment
Chapter 2 database environment>. <
 
Database design, implementation, and management -chapter02
Database design, implementation, and management -chapter02Database design, implementation, and management -chapter02
Database design, implementation, and management -chapter02Beni Krisbiantoro
 

Was ist angesagt? (20)

Cibm work shop 2chapter six
Cibm  work shop 2chapter sixCibm  work shop 2chapter six
Cibm work shop 2chapter six
 
Database System Concepts
Database System ConceptsDatabase System Concepts
Database System Concepts
 
Database Management System
Database Management SystemDatabase Management System
Database Management System
 
Assign 1
Assign 1Assign 1
Assign 1
 
Dbms role advantages
Dbms role advantagesDbms role advantages
Dbms role advantages
 
Database Management System
Database Management SystemDatabase Management System
Database Management System
 
Introduction to Database
Introduction to DatabaseIntroduction to Database
Introduction to Database
 
The Databases applications in government sections
The Databases applications in government sectionsThe Databases applications in government sections
The Databases applications in government sections
 
Relational database concept and technology
Relational database concept and technologyRelational database concept and technology
Relational database concept and technology
 
data resource management
 data resource management data resource management
data resource management
 
Traditional vs modern dbms
Traditional vs modern dbmsTraditional vs modern dbms
Traditional vs modern dbms
 
Data Models [DATABASE SYSTEMS: Design, Implementation, and Management]
Data Models [DATABASE SYSTEMS: Design, Implementation, and Management]Data Models [DATABASE SYSTEMS: Design, Implementation, and Management]
Data Models [DATABASE SYSTEMS: Design, Implementation, and Management]
 
Database and Database Management (DBM): Health Informatics
Database and Database Management (DBM): Health InformaticsDatabase and Database Management (DBM): Health Informatics
Database and Database Management (DBM): Health Informatics
 
Data base management
Data base management Data base management
Data base management
 
Managing data resources
Managing data resourcesManaging data resources
Managing data resources
 
Chapter 2 database environment
Chapter 2 database environmentChapter 2 database environment
Chapter 2 database environment
 
Types dbms
Types dbmsTypes dbms
Types dbms
 
database ppt(2)
database ppt(2)database ppt(2)
database ppt(2)
 
data base manage ment
data base manage mentdata base manage ment
data base manage ment
 
Database design, implementation, and management -chapter02
Database design, implementation, and management -chapter02Database design, implementation, and management -chapter02
Database design, implementation, and management -chapter02
 

Andere mochten auch

Indexing and-hashing
Indexing and-hashingIndexing and-hashing
Indexing and-hashingAmi Ranjit
 
Bat algorithm and applications
Bat algorithm and applicationsBat algorithm and applications
Bat algorithm and applicationsMd.Al-imran Roton
 
12. Indexing and Hashing in DBMS
12. Indexing and Hashing in DBMS12. Indexing and Hashing in DBMS
12. Indexing and Hashing in DBMSkoolkampus
 

Andere mochten auch (6)

Indexing Data Structure
Indexing Data StructureIndexing Data Structure
Indexing Data Structure
 
Indexing and-hashing
Indexing and-hashingIndexing and-hashing
Indexing and-hashing
 
Bat algorithm and applications
Bat algorithm and applicationsBat algorithm and applications
Bat algorithm and applications
 
12. Indexing and Hashing in DBMS
12. Indexing and Hashing in DBMS12. Indexing and Hashing in DBMS
12. Indexing and Hashing in DBMS
 
Controlstatment in c
Controlstatment in cControlstatment in c
Controlstatment in c
 
Controlstatment in c
Controlstatment in cControlstatment in c
Controlstatment in c
 

Ähnlich wie Chapter10

TID Chapter 10 Introduction To Database
TID Chapter 10 Introduction To DatabaseTID Chapter 10 Introduction To Database
TID Chapter 10 Introduction To DatabaseWanBK Leo
 
Chapter 10 database management
Chapter 10   database managementChapter 10   database management
Chapter 10 database managementhaider ali
 
data base management system (DBMS)
data base management system (DBMS)data base management system (DBMS)
data base management system (DBMS)Varish Bajaj
 
Bca examination 2016 dbms
Bca examination 2016 dbmsBca examination 2016 dbms
Bca examination 2016 dbmsAnjaan Gajendra
 
Behind The Scenes Databases And Information Systems 6
Behind The Scenes  Databases And Information Systems 6Behind The Scenes  Databases And Information Systems 6
Behind The Scenes Databases And Information Systems 6guest4a9cdb
 
Ais Romney 2006 Slides 04 Relational Databases
Ais Romney 2006 Slides 04 Relational DatabasesAis Romney 2006 Slides 04 Relational Databases
Ais Romney 2006 Slides 04 Relational Databasessharing notes123
 
Ais Romney 2006 Slides 04 Relational Databases
Ais Romney 2006 Slides 04 Relational DatabasesAis Romney 2006 Slides 04 Relational Databases
Ais Romney 2006 Slides 04 Relational DatabasesSharing Slides Training
 
Ais Romney 2006 Slides 04 Relational Databases
Ais Romney 2006 Slides 04 Relational DatabasesAis Romney 2006 Slides 04 Relational Databases
Ais Romney 2006 Slides 04 Relational DatabasesSharing Slides Training
 
Training MS Access 2007
Training MS Access 2007Training MS Access 2007
Training MS Access 2007crespoje
 
data and information
data and informationdata and information
data and informationuzmajamal
 
IS CH2 Database Management (p1)
IS CH2 Database Management (p1)IS CH2 Database Management (p1)
IS CH2 Database Management (p1)Jan Wong
 
DBMS-1.pptx
DBMS-1.pptxDBMS-1.pptx
DBMS-1.pptxkingVox
 
Introduction to Database (Lecture 1).ppt
Introduction to Database (Lecture 1).pptIntroduction to Database (Lecture 1).ppt
Introduction to Database (Lecture 1).pptRuelDogma1
 

Ähnlich wie Chapter10 (20)

TID Chapter 10 Introduction To Database
TID Chapter 10 Introduction To DatabaseTID Chapter 10 Introduction To Database
TID Chapter 10 Introduction To Database
 
Chapter 10 database management
Chapter 10   database managementChapter 10   database management
Chapter 10 database management
 
Chapter 1
Chapter 1Chapter 1
Chapter 1
 
Lecture 3 note.pptx
Lecture 3 note.pptxLecture 3 note.pptx
Lecture 3 note.pptx
 
data base management system (DBMS)
data base management system (DBMS)data base management system (DBMS)
data base management system (DBMS)
 
Lecture 04 data resource management
Lecture 04 data resource managementLecture 04 data resource management
Lecture 04 data resource management
 
Bca examination 2016 dbms
Bca examination 2016 dbmsBca examination 2016 dbms
Bca examination 2016 dbms
 
Behind The Scenes Databases And Information Systems 6
Behind The Scenes  Databases And Information Systems 6Behind The Scenes  Databases And Information Systems 6
Behind The Scenes Databases And Information Systems 6
 
Ais Romney 2006 Slides 04 Relational Databases
Ais Romney 2006 Slides 04 Relational DatabasesAis Romney 2006 Slides 04 Relational Databases
Ais Romney 2006 Slides 04 Relational Databases
 
Ais Romney 2006 Slides 04 Relational Databases
Ais Romney 2006 Slides 04 Relational DatabasesAis Romney 2006 Slides 04 Relational Databases
Ais Romney 2006 Slides 04 Relational Databases
 
Ais Romney 2006 Slides 04 Relational Databases
Ais Romney 2006 Slides 04 Relational DatabasesAis Romney 2006 Slides 04 Relational Databases
Ais Romney 2006 Slides 04 Relational Databases
 
Database
DatabaseDatabase
Database
 
Training MS Access 2007
Training MS Access 2007Training MS Access 2007
Training MS Access 2007
 
Dbms
DbmsDbms
Dbms
 
Lecture2 is331 data&infomanag(databaseenv)
Lecture2 is331 data&infomanag(databaseenv)Lecture2 is331 data&infomanag(databaseenv)
Lecture2 is331 data&infomanag(databaseenv)
 
data and information
data and informationdata and information
data and information
 
IS CH2 Database Management (p1)
IS CH2 Database Management (p1)IS CH2 Database Management (p1)
IS CH2 Database Management (p1)
 
DBMS-1.pptx
DBMS-1.pptxDBMS-1.pptx
DBMS-1.pptx
 
Introduction to Database (Lecture 1).ppt
Introduction to Database (Lecture 1).pptIntroduction to Database (Lecture 1).ppt
Introduction to Database (Lecture 1).ppt
 
Database
DatabaseDatabase
Database
 

Mehr von ALBAKRI MOHAMMAD (20)

Word 2007 Unit C
Word 2007 Unit CWord 2007 Unit C
Word 2007 Unit C
 
Word 2007 Unit B
Word 2007 Unit BWord 2007 Unit B
Word 2007 Unit B
 
Word 2007 Unit A
Word 2007 Unit AWord 2007 Unit A
Word 2007 Unit A
 
Power Point Unit D
Power Point Unit DPower Point Unit D
Power Point Unit D
 
Power Point Unit C
Power Point Unit CPower Point Unit C
Power Point Unit C
 
Power Point Unit A
Power Point Unit APower Point Unit A
Power Point Unit A
 
Power Point Unit B
Power Point Unit BPower Point Unit B
Power Point Unit B
 
Gps Introduction
Gps IntroductionGps Introduction
Gps Introduction
 
Homework Assignments
Homework   AssignmentsHomework   Assignments
Homework Assignments
 
Gis Mapping Examples
Gis Mapping ExamplesGis Mapping Examples
Gis Mapping Examples
 
Excel 2007 Unit D
Excel 2007 Unit DExcel 2007 Unit D
Excel 2007 Unit D
 
Excel 2007 Unit B
Excel 2007 Unit BExcel 2007 Unit B
Excel 2007 Unit B
 
Excel 2007 Unit C
Excel 2007 Unit CExcel 2007 Unit C
Excel 2007 Unit C
 
Excel 2007 Unit A
Excel 2007 Unit AExcel 2007 Unit A
Excel 2007 Unit A
 
Cost Of Computing
Cost Of ComputingCost Of Computing
Cost Of Computing
 
Comp 5 Computer Concepts
Comp 5   Computer ConceptsComp 5   Computer Concepts
Comp 5 Computer Concepts
 
Chapter09
Chapter09Chapter09
Chapter09
 
Chapter08
Chapter08Chapter08
Chapter08
 
Chapter07
Chapter07Chapter07
Chapter07
 
Chapter06
Chapter06Chapter06
Chapter06
 

Kürzlich hochgeladen

Scientific Writing :Research Discourse
Scientific  Writing :Research  DiscourseScientific  Writing :Research  Discourse
Scientific Writing :Research DiscourseAnita GoswamiGiri
 
Geoffrey Chaucer Works II UGC NET JRF TGT PGT MA PHD Entrance Exam II History...
Geoffrey Chaucer Works II UGC NET JRF TGT PGT MA PHD Entrance Exam II History...Geoffrey Chaucer Works II UGC NET JRF TGT PGT MA PHD Entrance Exam II History...
Geoffrey Chaucer Works II UGC NET JRF TGT PGT MA PHD Entrance Exam II History...DrVipulVKapoor
 
Objectives n learning outcoms - MD 20240404.pptx
Objectives n learning outcoms - MD 20240404.pptxObjectives n learning outcoms - MD 20240404.pptx
Objectives n learning outcoms - MD 20240404.pptxMadhavi Dharankar
 
physiotherapy in Acne condition.....pptx
physiotherapy in Acne condition.....pptxphysiotherapy in Acne condition.....pptx
physiotherapy in Acne condition.....pptxAneriPatwari
 
How to Uninstall a Module in Odoo 17 Using Command Line
How to Uninstall a Module in Odoo 17 Using Command LineHow to Uninstall a Module in Odoo 17 Using Command Line
How to Uninstall a Module in Odoo 17 Using Command LineCeline George
 
DBMSArchitecture_QueryProcessingandOptimization.pdf
DBMSArchitecture_QueryProcessingandOptimization.pdfDBMSArchitecture_QueryProcessingandOptimization.pdf
DBMSArchitecture_QueryProcessingandOptimization.pdfChristalin Nelson
 
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...DhatriParmar
 
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptx
Unraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptxUnraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptx
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptxDhatriParmar
 
CHUYÊN ĐỀ ÔN THEO CÂU CHO HỌC SINH LỚP 12 ĐỂ ĐẠT ĐIỂM 5+ THI TỐT NGHIỆP THPT ...
CHUYÊN ĐỀ ÔN THEO CÂU CHO HỌC SINH LỚP 12 ĐỂ ĐẠT ĐIỂM 5+ THI TỐT NGHIỆP THPT ...CHUYÊN ĐỀ ÔN THEO CÂU CHO HỌC SINH LỚP 12 ĐỂ ĐẠT ĐIỂM 5+ THI TỐT NGHIỆP THPT ...
CHUYÊN ĐỀ ÔN THEO CÂU CHO HỌC SINH LỚP 12 ĐỂ ĐẠT ĐIỂM 5+ THI TỐT NGHIỆP THPT ...Nguyen Thanh Tu Collection
 
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptxBIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptxSayali Powar
 
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...Association for Project Management
 
ICS 2208 Lecture Slide Notes for Topic 6
ICS 2208 Lecture Slide Notes for Topic 6ICS 2208 Lecture Slide Notes for Topic 6
ICS 2208 Lecture Slide Notes for Topic 6Vanessa Camilleri
 
6 ways Samsung’s Interactive Display powered by Android changes the classroom
6 ways Samsung’s Interactive Display powered by Android changes the classroom6 ways Samsung’s Interactive Display powered by Android changes the classroom
6 ways Samsung’s Interactive Display powered by Android changes the classroomSamsung Business USA
 
Congestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentationCongestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentationdeepaannamalai16
 
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptxDecoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptxDhatriParmar
 
DiskStorage_BasicFileStructuresandHashing.pdf
DiskStorage_BasicFileStructuresandHashing.pdfDiskStorage_BasicFileStructuresandHashing.pdf
DiskStorage_BasicFileStructuresandHashing.pdfChristalin Nelson
 

Kürzlich hochgeladen (20)

Scientific Writing :Research Discourse
Scientific  Writing :Research  DiscourseScientific  Writing :Research  Discourse
Scientific Writing :Research Discourse
 
Geoffrey Chaucer Works II UGC NET JRF TGT PGT MA PHD Entrance Exam II History...
Geoffrey Chaucer Works II UGC NET JRF TGT PGT MA PHD Entrance Exam II History...Geoffrey Chaucer Works II UGC NET JRF TGT PGT MA PHD Entrance Exam II History...
Geoffrey Chaucer Works II UGC NET JRF TGT PGT MA PHD Entrance Exam II History...
 
Objectives n learning outcoms - MD 20240404.pptx
Objectives n learning outcoms - MD 20240404.pptxObjectives n learning outcoms - MD 20240404.pptx
Objectives n learning outcoms - MD 20240404.pptx
 
physiotherapy in Acne condition.....pptx
physiotherapy in Acne condition.....pptxphysiotherapy in Acne condition.....pptx
physiotherapy in Acne condition.....pptx
 
prashanth updated resume 2024 for Teaching Profession
prashanth updated resume 2024 for Teaching Professionprashanth updated resume 2024 for Teaching Profession
prashanth updated resume 2024 for Teaching Profession
 
How to Uninstall a Module in Odoo 17 Using Command Line
How to Uninstall a Module in Odoo 17 Using Command LineHow to Uninstall a Module in Odoo 17 Using Command Line
How to Uninstall a Module in Odoo 17 Using Command Line
 
Introduction to Research ,Need for research, Need for design of Experiments, ...
Introduction to Research ,Need for research, Need for design of Experiments, ...Introduction to Research ,Need for research, Need for design of Experiments, ...
Introduction to Research ,Need for research, Need for design of Experiments, ...
 
DBMSArchitecture_QueryProcessingandOptimization.pdf
DBMSArchitecture_QueryProcessingandOptimization.pdfDBMSArchitecture_QueryProcessingandOptimization.pdf
DBMSArchitecture_QueryProcessingandOptimization.pdf
 
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...
 
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptx
Unraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptxUnraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptx
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptx
 
CHUYÊN ĐỀ ÔN THEO CÂU CHO HỌC SINH LỚP 12 ĐỂ ĐẠT ĐIỂM 5+ THI TỐT NGHIỆP THPT ...
CHUYÊN ĐỀ ÔN THEO CÂU CHO HỌC SINH LỚP 12 ĐỂ ĐẠT ĐIỂM 5+ THI TỐT NGHIỆP THPT ...CHUYÊN ĐỀ ÔN THEO CÂU CHO HỌC SINH LỚP 12 ĐỂ ĐẠT ĐIỂM 5+ THI TỐT NGHIỆP THPT ...
CHUYÊN ĐỀ ÔN THEO CÂU CHO HỌC SINH LỚP 12 ĐỂ ĐẠT ĐIỂM 5+ THI TỐT NGHIỆP THPT ...
 
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptxBIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
 
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
 
Mattingly "AI & Prompt Design" - Introduction to Machine Learning"
Mattingly "AI & Prompt Design" - Introduction to Machine Learning"Mattingly "AI & Prompt Design" - Introduction to Machine Learning"
Mattingly "AI & Prompt Design" - Introduction to Machine Learning"
 
CARNAVAL COM MAGIA E EUFORIA _
CARNAVAL COM MAGIA E EUFORIA            _CARNAVAL COM MAGIA E EUFORIA            _
CARNAVAL COM MAGIA E EUFORIA _
 
ICS 2208 Lecture Slide Notes for Topic 6
ICS 2208 Lecture Slide Notes for Topic 6ICS 2208 Lecture Slide Notes for Topic 6
ICS 2208 Lecture Slide Notes for Topic 6
 
6 ways Samsung’s Interactive Display powered by Android changes the classroom
6 ways Samsung’s Interactive Display powered by Android changes the classroom6 ways Samsung’s Interactive Display powered by Android changes the classroom
6 ways Samsung’s Interactive Display powered by Android changes the classroom
 
Congestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentationCongestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentation
 
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptxDecoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
 
DiskStorage_BasicFileStructuresandHashing.pdf
DiskStorage_BasicFileStructuresandHashing.pdfDiskStorage_BasicFileStructuresandHashing.pdf
DiskStorage_BasicFileStructuresandHashing.pdf
 

Chapter10

  • 1. Chapter 10 Database Management
  • 2. Chapter 10 Objectives Discuss the functions common to most DBMSs Identify the qualities of valuable information Explain why data is important to an organization Discuss the terms character, field, record, and file Identify file maintenance techniques Differentiate between a file processing system approach and the database approach Describe characteristics of relational, object-oriented, and multidimensional databases Explain how to interact with Web databases Discuss the responsibilities of database analysts and administrators Define the term, database Next
  • 3.
  • 4.
  • 5.
  • 6.
  • 7.
  • 8.
  • 9.
  • 10.
  • 11.
  • 12.
  • 13.
  • 14.
  • 15.
  • 16.
  • 17.
  • 18.
  • 19.
  • 20.
  • 21.
  • 22.
  • 23.
  • 24.
  • 25.
  • 26.
  • 27.
  • 28.
  • 29.
  • 30. Database Management Systems Video: How A Photo Sharing Site Keeps its Data Next CLICK TO START
  • 31.
  • 32.
  • 33.
  • 34.
  • 35.
  • 36.
  • 37.
  • 38.
  • 39.
  • 40.
  • 41.
  • 42.
  • 43. Summary of Database Management Chapter 10 Complete How data and information are valuable assets to an organization Methods for maintaining high-quality data Assessing the quality of valuable information Advantages of organizing data in a database Various types of databases Role of the database analysts and administrators