Unit 5 - Database Concepts and Managing Data Flashcards
What is the relationship between database and information systems?
Information Systems maintain and access the transactional data in databases. They are the storage part of IS.
What are the problems of non-database systems?
“RII”
Data Redundancy
Data Inconsistency
Data Isolation
What is the relationship between database and DBMS?
Database Management Systems (DBMS) –software through which users and application programs interact with a database.
Software used to create, manage, maintain, and manipulate a database.
What are the benefits of DBMS?
Data Security Data Integrity (fx no text in number fields) Data Independence (of certain applications)
What are the characteristics of a relational database?
Data stored in tables with one primary key and maybe foreign keys. This is done so that you can link relating tables
What is the main purpose of normalization in database?
Split data out on several tables in order to reduce duplication of data.
What is the relationship between tables in a database and forms?
Forms are made to display and enter data from and to tables in a more convenient way.
What is the relationship between database queries and forms?
Database queries is a way to perform more complicated searches in a database. FX SQL