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. The relational algebra command to select rows from a table
SELECT
Compound Criteria
Unnormalized Relation
Sysindexes
2. A program or a collection of programs through which users interact with a database
Column
Query-By-Example (QBE)
Compound Conditions
Database Management System (DBMS)
3. Two simple criteria in a query the are combined with the AND or OR operators
Integrity Constraint
Compound Criteria
OR Criterion
Entity
4. The part of an SQL SELECT command that indicates a sort order
Sort
Security
ORDER BY Clause
Update Query
5. A structure that can store information about multiple types of entities - the attributes of these entities and the relationships among those entities
Reserved Words
Row-and Column Subset View
Database
Compound Conditions
6. Duplication of data or the storing of the same data in more than one place.
Single-Column Index
Row-and Column Subset View
Field
Redundancy
7. The SQL statement that is used to grant different types of privileges to users of a dataabase
Primary Key
Secondary Sort Key
Single-Field Index
GRANT
8. The SQL command used to add new data to a table
Redundancy
Primary Sort Key
Column
INSERT
9. When sorting on two fields this is the more important field
Sort Key
Relationship
Primary Sort Key
Trigger
10. The prevention of unauthorized access to a database
Field
Relational Database
Security
Delete Query
11. More than one entry at a single location in a table
Database Management System (DBMS)
Repeating Groups
Join Column
Database
12. 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)
Integrity Constraint
Entity-Relationship (E-R) Diagram
Join Line
13. An index built on a single field
Design Grid
Join Column
Single-Field Index
Database Design
14. A database has integrity if the data in it satisfies all established integrity constraints
Null
Data File
Primary Key
Integrity
15. 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
Concatenation
Natural Join
FOREIGN KEY
Entity
16. When sorting on two fields this is the more important field
Primary Key
INTERSECT
Multiple-Field Index
Major Sort Key
17. The part of an SQL SELECT command that indicates the columns to be included in the query results
SELECT Clause
Integrity
Sort
Natural Join
18. Duplication of data or the storing of the same data in more than one place.
Functions
Attribute
Redundancy
Simple Condition
19. The relational algebra command used to select columns from a table
Command
PROJECT
Entity
OR Criterion
20. When comparing tables the set of all rows that are in the first table but that are not in the second table
Difference
Data File
Data File
Attribute
21. A relational data manipulation language in which new tables are created from existing tables through the use of a set of operations
Field
Relational Algebra
Database Administration (DBA)
Relationship
22. A structure that can store information about multiple types of entities - the attributes of these entities and the relationships among those entities
Primary Key
Join
Redundancy
Database
23. The process of arranging rows in a table or results of a query in a particular order
Sort
Union Compatible
UPDATE
Join Line
24. A two-dimensional table-style collection of data in which all entries are single-valued - each column has a distinct name and all the values in a column are values of the attribute that is identified by the column name - and the order of the columns
Database
Form
Attribute
Relation
25. The column on which two tables are joined
Join Column
FROM Clause
Design Grid
Comparison Operator
26. The SQL command that creates an index in a table
Union Compatible
Database Management System (DBMS)
CREATE INDEX
Relationship
27. A delete option in which related records are automatically deleted
Query-By-Example (QBE)
Relationship
Qualify
Cascade Delete
28. The area of memory in MySQL that stores the most recently entered command
Integrity Constraint
Statement History
Computed Field
WHERE Clause
29. 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
Entity-Relationship (E-R) Diagram
Unnormalized Relation
Union
Sysviews
30. The plural of Criterion
Field
Criteria
Concatenation
Multiple-Field Index
31. The relational algebra command that combines tables and searches for rows in the first table that match all rows in the second table
Division
Query
Sort
ORDER BY Clause
32. The prevention of unauthorized access to a database
Security
ALTER TABLE
UPDATE
Index Key
33. A condition that involves only a single field and a single value
Join
Database Administrator (DBA)
Primary Sort Key
Simple Condition
34. A structure that satisfies the properties required to be a relation with the exception of allowing repeating groups
Join
GRANT
Criteria
Unnormalized Relation
35. The SQL statement that is used to revoke privileges from users of a database
REVOKE
Column
Database
Delete Query
36. The SQL command that drops (deletes) a table from a database
DROP TABLE
Intersection
UPDATE
Cartesian Product
37. The SQL command used to delete a table
DELETE
One-to-Many Relationship
Cascade Update
Major Sort Key
38. The portion of the Query Design window in Access where you enter fields or criteria or sort orders and so on
PROJECT
Product
Design Grid
Join Column
39. A field whose value is computed from other fields in the database
Computed Field
Subquery
Query-By-Example (QBE)
Design Grid
40. The property that no record can exist in the database with a value in a field other than a legal value
Legal-Values Integrity
Query-By-Example (QBE)
CHECK
UPDATE
41. A source of data - usually stored in hidden database tables - about the types of entities or attributes and relationships in a database
Database
DROP TABLE
Catalog
Defining Query
42. When sorting on two fields this is the more important field
Relational Algebra
Major Sort Key
Integrity Constraint
Query
43. In an Access query the line drawn between tables to indicate how they are related
Join Line
FROM Clause
Relational Database
Redundancy
44. A view that consists of a subset of the rows and columns in a table
Minor Sort Key
Row-and Column Subset View
INTERSECT
Concatenation
45. Additional information required by an action in a data macro to complete the action
Stored Procedure
Update Query
Arguments
Validation Text
46. A combination of criteria in which at least on the criteria must be true
OR Criterion
Update Query
Computed Field
Computed Field
47. A minimal collection of columns (attributes) in a table on which all columns are functionally dependent and that is chosen as the main direct-access vehicle to individual rows.
Aggregate Functions
Relation
System Catalog
Primary Key
48. The portion of the system catalog the contains column information
Syscolumns
Major Sort Key
Entity
Data File
49. A field whose value is computed from other fields in the database
Database Administrator (DBA)
Trigger
Computed Field
Foreign Key
50. A statement the can be either true or false. Also called a condition
Entity Integrity
Computed Field
Criterion
Relational Database