Вы находитесь на странице: 1из 1

Question 1

Partially correct
Mark 1.00 out of 10.00

Flag question

Question text

Match the term/details to complete each statement. 


Answer 1
A numerical check value calculated from a larger set of data. Checksum
 
A foreign key attribute that automatically migrates the changes made to a
Answer 2
referenced (i.e., primary key) table to all of the referencing (foreign key) Cascade
table rows.  
An indexing method in which the values of the columns used in the index
Answer 3
are efficiently maintained in sorted order that also provides fast access B-tree
(three or four additional disk accesses) to an individual index entry.  
A server is a program that runs on a computer that directly manages the Answer 4
database.  Client/Server
 
A location in a program at which execution is to be stopped and control of Answer 5
the processor switched to the debugger. Breakpoint
 
Answer 6
An ______________ is a self balancing binary search tree. AVL tree
 
The computer memory that is set aside to contain a portion of the database
Answer 7
data that has most recently been accessed by the database application Cache
program.  
A single unit of named data that has a particular data type (e.g., number, Answer 8
text, or date). Columns only exist in tables. Column
 
This is a recently coined term used to describe an execution model for
computing systems where functions and data are invoked by a name that Answer 9
refers to a remote system whose location is irrelevant (hence the concept Cloud
 
of it being "out there somewhere."
A repository for the computer-readable form of a database's data definition Answer 10
meta-data. Catalog
 

Вам также может понравиться