Computer

5.0(1)
studied byStudied by 9 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/52

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

53 Terms

1
New cards

database

s an organized collection of data that is related to a particular subject or purpose.

2
New cards

MANUAL DATABASE

is the traditional way of managing data using paper and pen.

3
New cards

database management system or DBMS

is an electronic collection of text, numeric values, graphs, or images that are systematically processed and stored in computers.

4
New cards

entity

is like a noun; it is a person, place, or thing. It is represented as a record in a database.

5
New cards

attribute

is a property of an entity. It is represented as a field in a database record.

6
New cards

relationship

is an association between entities. It is represented using a common field in a set of records.

7
New cards

Acquisition

the process of gathering all the needed information or data, whether it is relevant or not, important or unnecessary.

8
New cards

STORAGE

Data is refined and stored accordingly. The storage, called a table, is allocated to hold the data.

9
New cards

MANIPULATION

data are analyzed more closely and relationships between them are established so that viewing and accessing of information can be made possible.

10
New cards

RETRIEVAL

Enables you to come up with a solution or answer to the queries or questions.

11
New cards

DISTRIBUTION

pertains to the report that is generated for dissemination.

12
New cards

QUERY

A request for data or information from a database table or a combination of tables.

13
New cards

Structured Query Language (SQL)

the standard query format used by many database management systems (DBMS).

14
New cards

Clauses

They are components of statements and queries.

15
New cards

Expression

They produce scalar values or tables which consist of columns and rows of data.

16
New cards

Predicates

They change the program flow or specify conditions which are used to limit the effects of the statements and the queries.

17
New cards

Object Names

They are the names of the database objects like tables, views, and columns.

18
New cards

Values

They could be numeric or string values.

19
New cards

Operators

a reserved word or character used to perform operations such as arithmetic and comparison.

20
New cards

Data Definition Language (DDL

it defines the database schema and is used to create and modify the structure of database objects in the database by creating, altering, and dropping tables and views.

21
New cards

Data Manipulation Language

It is used to perform database maintenance, such as inserting, updating, modifying, and querying data in the database.

22
New cards

Data Control Language

It is used by the database administrator (DBA) to protect the database from corruption and security by controlling the rights and permission such as to grant or to revoke privileges for accessing the database.

23
New cards

Data Storage and Retrieval

structures for data storage for data retrieval​

24
New cards

Data Dictionary

stores the data elements and relationship​

25
New cards

Transaction Support (updating)

all the updates in a given transaction is made or not made​

26
New cards

Concurrency control services (multiple updating)

Allows access at same time by multiple users without affecting the integrity of database.​

27
New cards

Controls Redundancy

No duplication of data will take place.​

28
New cards

Integrity can be enforced

Data in database is always accurate.​

29
New cards

Inconsistency can be avoided

Propagation of data does not take place.​

30
New cards

Data can be shared

Data can be used or manipulated by multiple users.​

31
New cards

Standards can be enforced

Elements and procedure are well defined.​

32
New cards

Restrict Unauthorized Access

Security rules determine the table or database that user can use.​

33
New cards

Complexity

Different user / Different Procedures and business rules are implemented. Must be understood and managed by the administrator and end users.​

34
New cards

Size

it requires big amount of memory to run efficiently.​

35
New cards

Performance

It may not ran fast as it used to cater functionalities requested to perform​

36
New cards

Higher Impact or Failure

If the database damage to power failure. It may result to Data Corruption. ​

37
New cards

SCHEMA

Is collection of related objects created by user.​

38
New cards

Relational Database Management System.

RDBMS stands for

39
New cards

RDBMS

is the basis for SQL, and for all modern database systems such as MS SQL Server, IBM DB2, Oracle, MySQL, and Microsoft Access.​

40
New cards

SELECT

extracts data from a database​

41
New cards

UPDATE

updates data in a database​

42
New cards

DELETE

deletes data from a database​

43
New cards

INSERT INTO

inserts new data into a database​

44
New cards

CREATE DATABASE

creates a new database​

45
New cards

ALTER DATABASE

modifies a database​

46
New cards

CREATE TABLE

creates a new table​

47
New cards

ALTER TABLE

modifies a table

48
New cards

DROP TABLE

deletes a table​

49
New cards

CREATE INDEX

creates an index (search key)​

50
New cards

DROP INDEX

deletes an index​

51
New cards

Business resources

enterprise, business functions, positions (jobs) , projects, and information requirements

52
New cards

system resources

system , subsystem ( business processes), administrative procedures ( manual procedures and office automation – related).​

53
New cards

data resources

data elements, storage records, files (computer and manual), call parameters and databases.​