SUBJECTS
|
BROWSE
|
CAREER CENTER
|
POPULAR
|
JOIN
|
LOGIN
Business Skills
|
Soft Skills
|
Basic Literacy
|
Certifications
About
|
Help
|
Privacy
|
Terms
|
Email
Search
Test your basic knowledge |
Database Fundamentals
Start Test
Study First
Subject
:
it-skills
Instructions:
Answer 50 questions in 15 minutes.
If you are not ready to take this test, you can
study here
.
Match each statement with the correct term.
Don't refresh. All questions and answers are randomly picked and ordered every time you load a test.
This is a study tool. The 3 wrong answers for each question are randomly chosen from answers to other questions. So, you might find at times the answers obvious, but you will see it re-enforces your understanding as you take the test each time.
1. A file that relates key values to records that contain those key values
Row-and Column Subset View
Index
Outer Join
Column
2. The process of creating collections of records that share some common characteristics
Primary Key
Field
Computed Field
Grouping
3. A relationship between two entities in which each occurrence of the first entity is related to many occurrences of the second entity and each occurrence of the second entity is related to or at most one occurrence of the first entity
Repeating Groups
Relational Database
Entity Integrity
One-to-Many Relationship
4. A relationship between two entities in which each occurrence of the first entity is related to many occurrences of the second entity and each occurrence of the second entity is related to or at most one occurrence of the first entity
One-to-Many Relationship
Redundancy
Sort
Command
5. An update option in which related records are automatically updated
Database Administrator (DBA)
Cascade Update
Sort Key
Database Design
6. The SQL command used to make changes to existing table data
Index Key
Make-Table Query
UPDATE
View
7. The SQL clause that is used in a CREATE TABLE or ALTER TABLE command to set a table's primary key field(s)
Security
PRIMARY KEY
Single-Field Index
Trigger
8. A statement the can be either true or false. Also called a condition
FROM Clause
Index Key
Compound Conditions
Criterion
9. The field or fields on which an index is built
Criterion
Single-Column Index
Index Key
View
10. Two simple criteria in a query the are combined with the AND or OR operators
Delete Query
Compound Conditions
View
Security
11. More than one entry at a single location in a table
Repeating Groups
Join
Null
Grouping
12. The relational algebra command to select rows from a table
Integrity
SELECT
Column
Product
13. The SQL statement that is used to grant different types of privileges to users of a dataabase
PRIMARY KEY
Index Key
Primary Key
GRANT
14. An action that automatically occurs in response to an associated database operation such as INSERT or UPDATE or DELETE
Sysviews
INTERSECT
Field
Trigger
15. The property that no record can exist in the database with a value in a field other than a legal value
GRANT
Arguments
Legal-Values Integrity
Database Management System (DBMS)
16. The relational algebra command used to select columns from a table
Compound Conditions
Foreign Key
PROJECT
Grouping
17. The query that is used to define the structure of a viewk
Defining Query
INTERSECT
Database Design
Compound Conditions
18. A relational data manipulation language in which new tables are created from existing tables through the use of a set of operations
Arguments
Major Sort Key
Update Query
Relational Algebra
19. The part of an SQL SELECT command that indicates grouping
GROUP BY Clause
Natural Join
Documenter
CREATE TABLE
20. The SQL command used to describe the layout of a table. The word table is followed by the name of the table to be created and then by the names and data types of the column (fields) that comprise the table
Catalog
CREATE TABLE
Security
Entity-Relationship (E-R) Diagram
21. The property that lets you change the structure of a database without requiring you to change the programs that access the database
Database Design
Documenter
Delimiter
Data Independence
22. An index built on a single field
Design Grid
Single-Column Index
Validation Text
System Catalog
23. A field whose value is computed from other fields in the database
Union
Computed Field
Integrity Constraint
Repeating Groups
24. A structure that contains information about the objects (tables or columns or indexes or views and so on) in a database
Single-Column Index
AND Criterion
System Catalog
Primary Key
25. The property that lets you change the structure of a database without requiring you to change the programs that access the database
Redundancy
ORDER BY Clause
Primary Sort Key
Data Independence
26. A data manipulation language for relational databases in which users indicate the action to be taken by completing on-screen forms
Query-By-Example (QBE)
SQL (Structured Query Language)
AND Criterion
Sort
27. In relational algebra the operation in which two tables are connected on the basis of common data.
Join
Relation
Attribute
Redundancy
28. A query that deletes all records that satisfy some criterion
Database Administrator (DBA)
Delete Query
Database
Validation Text
29. An access query that creates a table using the results of a query
Make-Table Query
Intersection
Entity Integrity
Subquery
30. A graphic model for database design in which entities are represented as rectangles and relationships are represented as either arrows or diamonds connected to the entities they relate
Compound Criteria
Entity-Relationship (E-R) Diagram
Functions
Redundancy
31. The combination of two or more rows in an operation - such as a join - or the combination of two or more columns for a primary key field to uniquely identify a given row in a table
Entity
Calculated Field
Integrity
Concatenation
32. Combination of criteria in which both criteria must be true
AND Criterion
Sysviews
Query
ORDER BY Clause
33. The process of arranging rows in a table or results of a query in a particular order
Concatenation
Criterion
Column
Sort
34. The individual who is responsible for a database or the head of database administration
Data File
Outer Join
Database Administrator (DBA)
Join Column
35. A file used to store data about a single entity. Such a file can be thought of as a table.
REVOKE
Data File
CREATE TABLE
Legal-Values Integrity
36. A question the answer to which is found in the database
WHERE Clause
Query
One-to-Many Relationship
Row-and Column Subset View
37. A statement the can be either true or false. Also called a condition
Primary Sort Key
Criterion
Validation Rule
Referential Integrity
38. A graphic model for database design in which entities are represented as rectangles and relationships are represented as either arrows or diamonds connected to the entities they relate
Aggregate Functions
Entity-Relationship (E-R) Diagram
Join
Delimiter
39. The SQL command used to add new data to a table
Repeating Groups
INSERT
CREATE TABLE
Redundancy
40. The portion of the Query Design window in Access where you enter fields or criteria or sort orders and so on
Data Independence
SELECT
Relation
Design Grid
41. The area of memory in MySQL that stores the most recently entered command
Statement History
Sysviews
Stored Procedure
ORDER BY Clause
42. A computer that provides services to the clients in a client/server system
Server
Redundancy
CREATE INDEX
Compound Criteria
43. A query that deletes all records that satisfy some criterion
Design Grid
Comparison Operator
Delete Query
Relationship
44. Additional information required by an action in a data macro to complete the action
Join Column
Outer Join
Arguments
Union
45. A collection of relations
Functions
Relational Database
Major Sort Key
Systables
46. To indicate the table (relation) of which a given column (attribute) is a part by preceding the column name with the table name.
Database Management System (DBMS)
Data File
Compound Criteria
Qualify
47. The rule that if table A contains a foreign key that matches the primary key of table B then the value of this foreign key must either match the value of the primary key for some row in table B or be null
Referential Integrity
Update Query
Simple Condition
Qualify
48. The portion of the system catalog that contains index information
Relationship
OR Criterion
Sysindexes
One-to-Many Relationship
49. The prevention of unauthorized access to a database
One-to-Many Relationship
Criteria
Intersection
Security
50. A screen object you use to maintain or view and print data from a database
Relational Algebra
Join
Form
Comparison Operator