Fluency with Information Technology Chapter 15

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/17

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.

18 Terms

1
New cards

databases are thought of as

tables of information

2
New cards

metadata tagging scheme

extensible markup language (XML)

3
New cards

root element

the tag that encloses all content in the XML file

4
New cards

identification rule

consistently use tags to label data

5
New cards

affinity rule

data that references an entity should be grouped together

6
New cards

collection rule

group instances together

7
New cards

entities

rows at a database table

8
New cards

attribute name

column heading

9
New cards

entity instance

the value in a row

10
New cards

table instance

the whole table

11
New cards

database tables can also be known as

relations

12
New cards

a column that uniquely identifies every entry is called a

candidate key

13
New cards

locate unique entries during database operations, a type of candidate key called a

primary key

14
New cards

a database table’s metadata is known as a

database key

15
New cards

the database system is instructed to a compute an answer by manipulating the table information through a command called a

query

16
New cards

the most widely used language for databases

Structured Query Language, or SQL

17
New cards

the storage of data to the disk drive of a computer system, which is the permanent repository

physical database

18
New cards

view of the database which is created and changeable based on the needs of the user

logical database