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 for performing the difference of two tables
Integrity
SUBTRACT
Concatenation
Qualify
2. An access query that creates a table using the results of a query
Relational Database
Validation Rule
Make-Table Query
Cascade Delete
3. 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
Criterion
Validation Text
Database Design
Entity Integrity
4. A program or a collection of programs through which users interact with a database
Integrity Constraint
Database Management System (DBMS)
Make-Table Query
INTERSECT
5. In an Access query the line drawn between tables to indicate how they are related
AND Criterion
Query
Query-By-Example (QBE)
Join Line
6. A characteristic or property of an entity
Database Administration (DBA)
Attribute
Catalog
Delete Query
7. A person or place or object or event or idea for which you want to store and process data
Column
Multiple Column Index
DROP INDEX
Entity
8. A statement the can be either true or false. Also called a condition
Criterion
CREATE TABLE
Aggregate Functions
INSERT
9. The process of arranging rows in a table or results of a query in a particular order
Sort
Query
System Catalog
Delete Query
10. A combination of criteria in which at least on the criteria must be true
Reserved Words
Integrity
OR Criterion
Relational Database
11. An instruction by a user that directs a database to perform a certain way
Command
Computed Field
Subquery
FROM Clause
12. The portion of the system catalog the contains column information
Syscolumns
Referential Integrity
Validation Rule
Stored Procedure
13. When sorting on two fields - the less important field
Minor Sort Key
Attribute
PROJECT
Cartesian Product
14. The table obtained by concatenating every row in the first table with every row in the second table
Relational Algebra
OR Criterion
Cartesian Product
Major Sort Key
15. An index built on a single field
Row-and Column Subset View
Compound Criteria
Single-Field Index
Comparison Operator
16. A file used to store data about a single entity. Such a file can be thought of as a table.
UPDATE
Entity Integrity
Data File
Outer Join
17. The relational algebra command to select rows from a table
Relational Database
SELECT
Functions
Field
18. A structure that can store information about multiple types of entities - the attributes of these entities and the relationships among those entities
CREATE INDEX
Null
Database
ORDER BY Clause
19. A relational data manipulation language in which new tables are created from existing tables through the use of a set of operations
Null
Relational Algebra
Concatenation
INSERT
20. To indicate the table (relation) of which a given column (attribute) is a part by preceding the column name with the table name.
Database
One-to-Many Relationship
Single-Field Index
Qualify
21. In an Access query the line drawn between tables to indicate how they are related
Sort
Aggregate Functions
Sort
Join Line
22. What type of an operator is >= ?
Attribute
Comparison Operator
Data File
Primary Key
23. A field whose value is computed from other fields in the database
Database Administrator (DBA)
Cascade Delete
Form
Calculated Field
24. A collection of relations
Systables
Unnormalized Relation
Relational Database
Cascade Delete
25. The portion of the system catalog that contains index information
Sysindexes
System Catalog
Aggregate Functions
Qualify
26. An index built on more than one field
GROUP BY Clause
Multiple Column Index
Relation
FOREIGN KEY
27. The area of memory in MySQL that stores the most recently entered command
Statement History
Primary Sort Key
Grouping
Criterion
28. Additional information required by an action in a data macro to complete the action
Secondary Sort Key
Database
Arguments
Secondary Sort Key
29. Two simple criteria in a query the are combined with the AND or OR operators
Difference
REVOKE
Relationship
Compound Conditions
30. A file used to store data about a single entity. Such a file can be thought of as a table.
Attribute
Data File
OR Criterion
Repeating Groups
31. The relational algebra command for performing the intersection of two tables
Update Query
Query
INTERSECT
Compound Criteria
32. 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
Primary Sort Key
Attribute
Referential Integrity
Functions
33. A data manipulation language for relational databases in which users indicate the action to be taken by completing on-screen forms
Reserved Words
Query-By-Example (QBE)
Legal-Values Integrity
Union
34. When sorting on two fields this is the more important field
Union
Major Sort Key
Database Design
AND Criterion
35. The relational algebra command that combines tables and searches for rows in the first table that match all rows in the second table
Delete Query
Calculated Field
Division
System Catalog
36. A computer that provides services to the clients in a client/server system
Form
Primary Key
Form
Server
37. A structure that satisfies the properties required to be a relation with the exception of allowing repeating groups
Trigger
Major Sort Key
Unnormalized Relation
OR Criterion
38. A person or place or object or event or idea for which you want to store and process data
Security
Criterion
Entity
Intersection
39. The prevention of unauthorized access to a database
Secondary Sort Key
Intersection
Security
DELETE
40. More than one entry at a single location in a table
Delete Query
Repeating Groups
Relational Database
Join Column
41. The part of an SQL SELECT command that indicates a sort order
Unnormalized Relation
ORDER BY Clause
Attribute
Comparison Operator
42. The portion of the Query Design window in Access where you enter fields or criteria or sort orders and so on
Entity Integrity
Integrity Constraint
Functions
Design Grid
43. 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
Database Design
WHERE Clause
Integrity
44. Duplication of data or the storing of the same data in more than one place.
Database Administration (DBA)
Trigger
Redundancy
Relationship
45. A file containing a collection of compiled and optimized SQL statements that are available for future use
Primary Key
System Catalog
Integrity Constraint
Stored Procedure
46. To indicate the table (relation) of which a given column (attribute) is a part by preceding the column name with the table name.
CREATE TABLE
Qualify
Database
Query-By-Example (QBE)
47. The property that lets you change the structure of a database without requiring you to change the programs that access the database
Data Independence
View
Cascade Delete
Design Grid
48. In relational algebra the operation in which two tables are connected on the basis of common data.
SUBTRACT
Qualify
Join
Data Macro
49. 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
Primary Key
WHERE Clause
Relation
Null
50. The SQL command that drops (deletes) and index from a table
Functions
DROP INDEX
Product
Database Administration (DBA)