Databases Chapter 1

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/24

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 4:47 PM on 9/25/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

25 Terms

1
New cards

data

facts that are recorded and kept because they are considered to be of use

2
New cards

information

refers to the data that is accessed by a user for some particular purpose

3
New cards

metadata

data that describes the structure and the properties of the data

4
New cards

databse

structured collection of related data stored on a computer medium

5
New cards

database metadata

represents the structure of the database

6
New cards

database management system (DBMS)

software used

for:

• Creation of databases

• Insertion, storage, retrieval, update, and deletion of the data in the

database

• Maintenance of databases

7
New cards

database system

computer-based system whose

purpose is to enable an efficient interaction between the

users and the information captured in a database

8
New cards

front end applications

provide a mechanism for easy

interaction between the users and the DBMS

9
New cards

end users (business users)

users using a database

system to support their tasks and processes

10
New cards

direct interaction

end-user communicating with the

database directly through DBMS

11
New cards

indirect interaction

end-user communicating with the

database through front-end applications

12
New cards

relational database

most widely implemented today

• Data stored in tables

• Rows – 1 record representing an something containing 1 to many

values

• Column – values

13
New cards

noSQL

more recently introduced to support faster

processing and larger data stores

• Document

• Key-Value

• Columnar

• Graph

14
New cards

requirements, collection, definition, and visualization

esults in the requirements specifying which data the future

database system will hold and in what fashion, and what the

capabilities and functionalities of the database system will

be

• The collected requirements should be clearly defined and stated in

a written document, and then visualized

15
New cards

conceptual database model

a visualization of requirements by

using a conceptual data modeling technique (such as entity-

relationship [ER] modeling

16
New cards

database modeling (logical database modeling)

creation of the database model that is implementable in a

given DBMS software

• Logical database modeling follows conceptual database modeling

• When implementing in RDBMS – Relational Scheme

• When implementing in Document DBMS – JSON Schem

17
New cards

database implementation

using a DBMS to implement

the database model as an actual database

18
New cards

developing front end applications

designing and

creating applications for indirect use by the end-users

• Front-end applications are based on the database model and the

requirements specifying the front-end functionalities

• Front-end applications contain interfaces (such as forms and reports)

accessible via a navigation mechanism (such as a menu)

19
New cards

database deployment

releasing the database system for use by the end users

20
New cards

database use

the insertion, modification, deletion and

retrieval of the data in the database system

21
New cards

database administration and maintenance

performing

activities that support the database end user, including

dealing with technical issues, such as:

• Providing security for the information contained in the database

• Ensuring sufficient hard-drive space for the database content

• Implementing the backup and recovery procedures

22
New cards

operational information

he information collected and used in support of day-to-day

operational needs in businesses and other organizations

23
New cards

operational database

collects and presents operational

information in support of daily operational procedures and

processes

24
New cards

analytical information

the information collected and used

in support of analytical tasks

• Analytical information is based on operational (transactional)

information

25
New cards

analytical database

collects and presents analytical

information in support of analytical tasks