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 question the answer to which is found in the database
Entity-Relationship (E-R) Diagram
Query
Redundancy
Database Administration (DBA)
2. When sorting on two fields - the less important field
Secondary Sort Key
Entity-Relationship (E-R) Diagram
Index
Systables
3. The most common form of a join
Compound Conditions
Primary Key
Natural Join
Compound Conditions
4. A file containing a collection of compiled and optimized SQL statements that are available for future use
Outer Join
Database Administrator (DBA)
Stored Procedure
Foreign Key
5. A program or a collection of programs through which users interact with a database
PROJECT
One-to-Many Relationship
Database Administration (DBA)
Database Management System (DBMS)
6. The part of an SQL SELECT command that restricts the groups to be displayed
HAVING Clause
View
Relational Database
Update Query
7. A data manipulation language for relational databases in which users indicate the action to be taken by completing on-screen forms
Entity-Relationship (E-R) Diagram
Query-By-Example (QBE)
Unnormalized Relation
Relationship
8. A characteristic or property of an entity
Criteria
Field
Data Macro
FROM Clause
9. A file used to store data about a single entity. Such a file can be thought of as a table.
Join
Data File
Database Design
CREATE INDEX
10. The property that lets you change the structure of a database without requiring you to change the programs that access the database
INSERT
Data Independence
Product
Database Management System (DBMS)
11. In Access the query that updates the contents of a table
Single-Field Index
Database Design
Update Query
Database Management System (DBMS)
12. Duplication of data or the storing of the same data in more than one place.
Design Grid
Relationship
Redundancy
Unnormalized Relation
13. A field whose value is computed from other fields in the database
Index Key
Comparison Operator
OR Criterion
Computed Field
14. When sorting on two fields this is the more important field
Major Sort Key
Query-By-Example (QBE)
Sort
Column
15. 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
Sysindexes
Database
Difference
Referential Integrity
16. 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
Compound Criteria
Trigger
Functions
Query
17. When sorting on two fields - the less important field
Concatenation
Intersection
Minor Sort Key
Index
18. A structure that contains information about the objects (tables or columns or indexes or views and so on) in a database
Catalog
Join
ORDER BY Clause
System Catalog
19. A structure that satisfies the properties required to be a relation with the exception of allowing repeating groups
Unnormalized Relation
Systables
System Catalog
Entity
20. A characteristic or property of an entity
Design Grid
Database Design
Field
Entity-Relationship (E-R) Diagram
21. A word that is part of the SQL language
SELECT
Null
Criteria
Reserved Words
22. Two simple criteria in a query the are combined with the AND or OR operators
Catalog
Aggregate Functions
Compound Conditions
Row-and Column Subset View
23. A punctuation mark - such as a semicolon - that separates pieces of data
Cascade Update
Defining Query
Relation
Delimiter
24. A field whose value is computed from other fields in the database
Intersection
Calculated Field
Statement History
Cascade Update
25. A characteristic or property of an entity
Database Design
Attribute
Functions
AND Criterion
26. The relational algebra command used to select columns from a table
Database Administration (DBA)
Server
Natural Join
PROJECT
27. A structure that can store information about multiple types of entities - the attributes of these entities and the relationships among those entities
Union Compatible
Defining Query
Attribute
Database
28. An access query that creates a table using the results of a query
Database
Relational Algebra
Delete Query
Make-Table Query
29. Two simple criteria in a query the are combined with the AND or OR operators
Syscolumns
Field
Compound Criteria
Data File
30. The area of memory in MySQL that stores the most recently entered command
Database Design
Relational Database
Statement History
Natural Join
31. 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.
Concatenation
Sort Key
Primary Key
Qualify
32. The process of arranging rows in a table or results of a query in a particular order
Form
Sort
Update Query
Integrity Constraint
33. 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
Integrity
One-to-Many Relationship
Qualify
Outer Join
34. Two simple criteria in a query the are combined with the AND or OR operators
Calculated Field
Data File
Compound Criteria
Security
35. 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
Relational Algebra
One-to-Many Relationship
Data Independence
36. To indicate the table (relation) of which a given column (attribute) is a part by preceding the column name with the table name.
Qualify
Relational Database
Multiple-Field Index
Secondary Sort Key
37. The individual who is responsible for a database or the head of database administration
Entity
Sort Key
Database Administrator (DBA)
Sort
38. A screen object you use to maintain or view and print data from a database
Null
Data File
Database
Form
39. The column on which two tables are joined
Relational Database
Join Column
Database
Delimiter
40. To indicate the table (relation) of which a given column (attribute) is a part by preceding the column name with the table name.
Entity Integrity
Database Management System (DBMS)
Catalog
Qualify
41. The SQL clause that is used to enforce legal-values integrity
Join Column
Design Grid
Field
CHECK
42. An index built on a single field
Database Administrator (DBA)
Query
Single-Column Index
Update Query
43. More than one entry at a single location in a table
Relationship
Sort Key
Database Administration (DBA)
Repeating Groups
44. 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
Redundancy
One-to-Many Relationship
CREATE TABLE
Relationship
45. An association between entities
ORDER BY Clause
DROP TABLE
Relationship
HAVING Clause
46. What type of an operator is >= ?
Form
Comparison Operator
Cascade Delete
Cascade Update
47. A database has integrity if the data in it satisfies all established integrity constraints
Statement History
Relationship
Integrity
Validation Rule
48. When comparing tables an intersection is a new table containing all rows that are in both original tables
Cartesian Product
Multiple Column Index
AND Criterion
Intersection
49. The property that lets you change the structure of a database without requiring you to change the programs that access the database
Database Management System (DBMS)
Column
Union
Data Independence
50. An index built on more than one field
Multiple-Field Index
Primary Key
DROP INDEX
Repeating Groups