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 data manipulation language for relational databases in which users indicate the action to be taken by completing on-screen forms
Query-By-Example (QBE)
Field
Comparison Operator
Criteria
2. A file that relates key values to records that contain those key values
Index
FROM Clause
Grouping
SELECT
3. When comparing tables an intersection is a new table containing all rows that are in both original tables
Simple Condition
Delete Query
Intersection
Functions
4. The area of memory in MySQL that stores the most recently entered command
Security
Statement History
Entity-Relationship (E-R) Diagram
Compound Conditions
5. 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
Redundancy
Computed Field
Difference
Entity-Relationship (E-R) Diagram
6. The clause in a SQL CREATE TABLE or ALTER TABLE command that specifies referential integrity
FOREIGN KEY
PROJECT
Database Administrator (DBA)
Join Column
7. In Access the query that updates the contents of a table
Update Query
Sort
Relational Algebra
Delimiter
8. The portion of the system catalog that contains table information
Systables
Design Grid
Redundancy
Integrity
9. Two simple criteria in a query the are combined with the AND or OR operators
AND Criterion
Entity-Relationship (E-R) Diagram
Reserved Words
Compound Conditions
10. A file used to store data about a single entity. Such a file can be thought of as a table.
Subquery
Data File
Query-By-Example (QBE)
Union
11. Combination of criteria in which both criteria must be true
Entity-Relationship (E-R) Diagram
AND Criterion
Make-Table Query
Compound Conditions
12. 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
DROP TABLE
Criteria
Entity-Relationship (E-R) Diagram
Security
13. What type of an operator is >= ?
Data Independence
Comparison Operator
Relation
Cascade Delete
14. A structure that satisfies the properties required to be a relation with the exception of allowing repeating groups
Unnormalized Relation
OR Criterion
Sort
Database Design
15. 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.
Primary Key
Minor Sort Key
Arguments
Stored Procedure
16. The field or fields on which an index is built
Security
Criterion
Index Key
Database Administrator (DBA)
17. The process of determining the content and structure of data in a database in order to support some activity on behalf of a user or group of users
Database Design
Cascade Delete
Subquery
Concatenation
18. Two simple criteria in a query the are combined with the AND or OR operators
Delete Query
Compound Criteria
Minor Sort Key
PROJECT
19. A function used to calculate the number of entries and the sum or average of all the entries in a given column or the largest or smallest of the entries in a given column
Integrity
Division
Aggregate Functions
CHECK
20. A data value meaning "unknown" or "not applicable"
Sysviews
Integrity Constraint
Null
Database Administration (DBA)
21. A person or place or object or event or idea for which you want to store and process data
DROP TABLE
ORDER BY Clause
Major Sort Key
Entity
22. An association between entities
SUBTRACT
Relationship
Foreign Key
Grouping
23. In an Access query the line drawn between tables to indicate how they are related
Relationship
Join Line
Functions
Join
24. The process of determining the content and structure of data in a database in order to support some activity on behalf of a user or group of users
Product
Join Column
Entity-Relationship (E-R) Diagram
Database Design
25. The individual or group that is responsible for a database
Integrity
Database Administration (DBA)
Security
Outer Join
26. To indicate the table (relation) of which a given column (attribute) is a part by preceding the column name with the table name.
Compound Criteria
Computed Field
Qualify
Database Administrator (DBA)
27. A function used to calculate the number of entries and the sum or average of all the entries in a given column or the largest or smallest of the entries in a given column
Systables
Functions
Sysviews
UPDATE
28. 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
Relationship
Natural Join
GROUP BY Clause
29. The process of creating collections of records that share some common characteristics
Database Design
Grouping
PRIMARY KEY
Qualify
30. An access query that creates a table using the results of a query
WHERE Clause
Database Administrator (DBA)
GROUP BY Clause
Make-Table Query
31. The part of an SQL SELECT command that indicates a sort order
Query-By-Example (QBE)
Join Line
ORDER BY Clause
Cascade Update
32. 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.
Data Independence
Form
Primary Key
Database Design
33. A structure that can store information about multiple types of entities - the attributes of these entities and the relationships among those entities
Database
Single-Field Index
Grouping
Command
34. A characteristic or property of an entity
Query-By-Example (QBE)
Database
Attribute
Database Design
35. An index built on more than one field
Intersection
Criterion
Multiple-Field Index
Join Column
36. A combination of criteria in which at least on the criteria must be true
Design Grid
OR Criterion
Update Query
Integrity Constraint
37. In Access the query that updates the contents of a table
Integrity Constraint
Update Query
Join
Query
38. The plural of Criterion
Intersection
Null
Foreign Key
Criteria
39. A collection of relations
Relational Database
Relation
Integrity
Secondary Sort Key
40. A structure that satisfies the properties required to be a relation with the exception of allowing repeating groups
Trigger
Entity
Unnormalized Relation
Union Compatible
41. A screen object you use to maintain or view and print data from a database
Column
Form
Repeating Groups
Unnormalized Relation
42. A field whose value is computed from other fields in the database
Database Management System (DBMS)
Unnormalized Relation
Data File
Calculated Field
43. Additional information required by an action in a data macro to complete the action
Arguments
Design Grid
Relation
Join
44. A database has integrity if the data in it satisfies all established integrity constraints
Defining Query
PRIMARY KEY
Primary Key
Integrity
45. What type of an operator is >= ?
Comparison Operator
PROJECT
Relationship
ALTER TABLE
46. In relational algebra the operation in which two tables are connected on the basis of common data.
Multiple-Field Index
Integrity Constraint
Grouping
Join
47. The table obtained by concatenating every row in the first table with every row in the second table
INTERSECT
Database Administration (DBA)
Database Management System (DBMS)
Product
48. The individual who is responsible for a database or the head of database administration
Criterion
Entity
Database Administrator (DBA)
SELECT Clause
49. The plural of Criterion
Concatenation
Query
Criteria
Database Administrator (DBA)
50. 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
Security
Compound Criteria
Concatenation