SlideShare ist ein Scribd-Unternehmen logo
1 von 12
MIS Chapter 5




     Database
    Management
Types of Malware
• Viruses
  – Self-replicating
  – E-mail propagation
• Trojans
  – Piggyback on a program
  – Often pretend to be Antivirus Programs
• Worms
  – Attack networks
• Spyware
  – Keyloggers, browsing history.
Malware Protection
•   Keep your software up-to-date.
•   Verify the source.
•   Don’t be click – happy.
•   Use your gut sense.
•   Install ONE good antivirus.
Databases
• A structured collection of integrated records
• Hierarchy of data elements
  – Data are grouped into columns/fields
  – Columns grouped into rows/records
  – Rows are grouped into tables/files
• Collection of tables plus relationships among
  rows
Example Table
Relationships
• Values in one table may relate to rows/records in other
  tables
• Keys
   – Column(s) that identify unique row in table
   – Each table has a key
• Foreign keys
   – Keys of a different table than the one in which they reside
• Relational databases
   – Databases using tables, keys, and foreign keys
Database vs. DBMS

• A Database is a structured collection of
  records or data that is stored in a computer
  system so that a computer program or person
  using a query language can consult it to
  answer queries.
• The computer program used to manage and
  query a database is known as a database
  management system (DBMS).
Database Systems
Types of DBMS
• Personal DBMS products
   – Microsoft Access
   – Everything in one package
• Enterprise DBMS products
   –   IBM: DB2
   –   Microsoft: SQL Server
   –   Oracle
   –   MySQL (open source)
Database Systems
• DBMS used to create tables, relationships in
  databases.

• Applications use DBMS to
  read, insert, modify, and delete data
  – Structured Query Language (SQL
Database Applications
Database Applications

• Forms
  – Used to read, insert, modify, and delete data
• Reports
  – Show data in structured context
  – May compute values
• Queries
  – Are a means of getting answers from database data

Weitere ähnliche Inhalte

Ähnlich wie MIS Chapter 5 Database Management Types

Ähnlich wie MIS Chapter 5 Database Management Types (20)

Lec20.pptx introduction to data bases and information systems
Lec20.pptx introduction to data bases and information systemsLec20.pptx introduction to data bases and information systems
Lec20.pptx introduction to data bases and information systems
 
6.2 software
6.2 software6.2 software
6.2 software
 
Case mis ch05
Case mis ch05Case mis ch05
Case mis ch05
 
Chapter5
Chapter5Chapter5
Chapter5
 
Dbms unit 1
Dbms unit 1Dbms unit 1
Dbms unit 1
 
Database mangement system a simple introduction
Database mangement system a  simple introductionDatabase mangement system a  simple introduction
Database mangement system a simple introduction
 
MS ACCESS.pptx
MS ACCESS.pptxMS ACCESS.pptx
MS ACCESS.pptx
 
Database Systems Lec 1.pptx
Database Systems Lec 1.pptxDatabase Systems Lec 1.pptx
Database Systems Lec 1.pptx
 
UNIT machine learning unit 1,algorithm pdf
UNIT machine learning  unit 1,algorithm pdfUNIT machine learning  unit 1,algorithm pdf
UNIT machine learning unit 1,algorithm pdf
 
IM.pptx
IM.pptxIM.pptx
IM.pptx
 
Database lecture 1
Database   lecture 1Database   lecture 1
Database lecture 1
 
History of database processing module 1 (2)
History of database processing module 1 (2)History of database processing module 1 (2)
History of database processing module 1 (2)
 
Chapter 5 data resource management
Chapter 5  data resource managementChapter 5  data resource management
Chapter 5 data resource management
 
System Analysis And Design
System Analysis And DesignSystem Analysis And Design
System Analysis And Design
 
Dbms
DbmsDbms
Dbms
 
Introduction to ms access database
Introduction to ms access databaseIntroduction to ms access database
Introduction to ms access database
 
dbms introduction.pptx
dbms introduction.pptxdbms introduction.pptx
dbms introduction.pptx
 
DBMS introduction
DBMS introductionDBMS introduction
DBMS introduction
 
Ch 2-introduction to dbms
Ch 2-introduction to dbmsCh 2-introduction to dbms
Ch 2-introduction to dbms
 
Presentation Datatbase Final.pptx
Presentation Datatbase Final.pptxPresentation Datatbase Final.pptx
Presentation Datatbase Final.pptx
 

Mehr von Jonathan Coleman

Mehr von Jonathan Coleman (15)

MIS: Business Intelligence
MIS: Business IntelligenceMIS: Business Intelligence
MIS: Business Intelligence
 
MIS: Information Systems Development
MIS: Information Systems DevelopmentMIS: Information Systems Development
MIS: Information Systems Development
 
MIS: Information Systems Management
MIS: Information Systems ManagementMIS: Information Systems Management
MIS: Information Systems Management
 
MIS: Project Management Systems
MIS: Project Management SystemsMIS: Project Management Systems
MIS: Project Management Systems
 
MIS: Business Process Modeling (BPMN)
MIS: Business Process Modeling (BPMN)MIS: Business Process Modeling (BPMN)
MIS: Business Process Modeling (BPMN)
 
MIS: Information Security Management
MIS: Information Security ManagementMIS: Information Security Management
MIS: Information Security Management
 
Online Branding
Online BrandingOnline Branding
Online Branding
 
Networks
NetworksNetworks
Networks
 
Business Internet
Business InternetBusiness Internet
Business Internet
 
Global Information Systems
Global Information SystemsGlobal Information Systems
Global Information Systems
 
Organizational Strategy
Organizational StrategyOrganizational Strategy
Organizational Strategy
 
Mis And You
Mis And YouMis And You
Mis And You
 
Business processes
Business processesBusiness processes
Business processes
 
Hardware Systems
Hardware SystemsHardware Systems
Hardware Systems
 
Careers in MIS
Careers in MISCareers in MIS
Careers in MIS
 

MIS Chapter 5 Database Management Types

  • 1. MIS Chapter 5 Database Management
  • 2. Types of Malware • Viruses – Self-replicating – E-mail propagation • Trojans – Piggyback on a program – Often pretend to be Antivirus Programs • Worms – Attack networks • Spyware – Keyloggers, browsing history.
  • 3. Malware Protection • Keep your software up-to-date. • Verify the source. • Don’t be click – happy. • Use your gut sense. • Install ONE good antivirus.
  • 4. Databases • A structured collection of integrated records • Hierarchy of data elements – Data are grouped into columns/fields – Columns grouped into rows/records – Rows are grouped into tables/files • Collection of tables plus relationships among rows
  • 6. Relationships • Values in one table may relate to rows/records in other tables • Keys – Column(s) that identify unique row in table – Each table has a key • Foreign keys – Keys of a different table than the one in which they reside • Relational databases – Databases using tables, keys, and foreign keys
  • 7. Database vs. DBMS • A Database is a structured collection of records or data that is stored in a computer system so that a computer program or person using a query language can consult it to answer queries. • The computer program used to manage and query a database is known as a database management system (DBMS).
  • 9. Types of DBMS • Personal DBMS products – Microsoft Access – Everything in one package • Enterprise DBMS products – IBM: DB2 – Microsoft: SQL Server – Oracle – MySQL (open source)
  • 10. Database Systems • DBMS used to create tables, relationships in databases. • Applications use DBMS to read, insert, modify, and delete data – Structured Query Language (SQL
  • 12. Database Applications • Forms – Used to read, insert, modify, and delete data • Reports – Show data in structured context – May compute values • Queries – Are a means of getting answers from database data