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 database has integrity if the data in it satisfies all established integrity constraints
Minor Sort Key
System Catalog
Form
Integrity
2. The individual or group that is responsible for a database
Database Administration (DBA)
CREATE TABLE
Field
Grouping
3. An instruction by a user that directs a database to perform a certain way
Command
Repeating Groups
Data Independence
Computed Field
4. Two tables are union compatible if they have the same number of fields and if their corresponding fields have identical data types
Entity-Relationship (E-R) Diagram
Union Compatible
CREATE INDEX
Unnormalized Relation
5. The query that is used to define the structure of a viewk
Defining Query
Minor Sort Key
Qualify
View
6. 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
Aggregate Functions
Sort Key
Data Macro
Relation
7. The relational algebra command for performing the difference of two tables
Form
SUBTRACT
Database
Primary Sort Key
8. A field whose value is computed from other fields in the database
Entity-Relationship (E-R) Diagram
GROUP BY Clause
Calculated Field
Functions
9. The area of memory in MySQL that stores the most recently entered command
Database
Statement History
Sort Key
Single-Column Index
10. The individual who is responsible for a database or the head of database administration
Calculated Field
Aggregate Functions
Database Administrator (DBA)
Security
11. 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
Concatenation
One-to-Many Relationship
Column
Multiple Column Index
12. The SQL clause that is used in a CREATE TABLE or ALTER TABLE command to set a table's primary key field(s)
Server
One-to-Many Relationship
PRIMARY KEY
Form
13. A file used to store data about a single entity. Such a file can be thought of as a table.
Relation
Primary Key
Data File
Legal-Values Integrity
14. When sorting on two fields - the less important field
Minor Sort Key
PROJECT
Data File
View
15. The column on which two tables are joined
Division
Natural Join
Join Column
Entity
16. The part of an SQL SELECT command that indicates the condition rows must satisfy to be displayed in the query results
Relational Database
Query
Natural Join
WHERE Clause
17. 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
One-to-Many Relationship
Functions
Entity-Relationship (E-R) Diagram
Grouping
18. A database has integrity if the data in it satisfies all established integrity constraints
Integrity
PRIMARY KEY
Form
Make-Table Query
19. The plural of Criterion
Delimiter
Criteria
Minor Sort Key
Unnormalized Relation
20. Duplication of data or the storing of the same data in more than one place.
Primary Key
Redundancy
Single-Field Index
OR Criterion
21. 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
Single-Field Index
Security
Outer Join
Functions
22. In relational algebra the operation in which two tables are connected on the basis of common data.
Qualify
Database Management System (DBMS)
Join
Integrity Constraint
23. The process of arranging rows in a table or results of a query in a particular order
Server
Join Line
System Catalog
Sort
24. The field or fields on which an index is built
Natural Join
Index Key
Unnormalized Relation
Database Administration (DBA)
25. The rule that no column (attribute) that is part of the primary key may accept null values
Sort
Data File
DELETE
Entity Integrity
26. When comparing tables an intersection is a new table containing all rows that are in both original tables
Intersection
Relation
Repeating Groups
Cartesian Product
27. A structure that can store information about multiple types of entities - the attributes of these entities and the relationships among those entities
Database
Functions
PROJECT
Statement History
28. A rule that must be followed by data in a database
Entity-Relationship (E-R) Diagram
Design Grid
Integrity Constraint
Query
29. An index built on a single field
Relation
One-to-Many Relationship
Natural Join
Single-Field Index
30. A person or place or object or event or idea for which you want to store and process data
Functions
Entity
AND Criterion
Criteria
31. The property that lets you change the structure of a database without requiring you to change the programs that access the database
Redundancy
Data Independence
Criteria
Integrity Constraint
32. The most common form of a join
Product
Natural Join
Primary Sort Key
SELECT
33. An association between entities
Join
Secondary Sort Key
Major Sort Key
Relationship
34. 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
GROUP BY Clause
Relation
Database Design
Validation Rule
35. Two simple criteria in a query the are combined with the AND or OR operators
Attribute
GRANT
View
Compound Criteria
36. A word that is part of the SQL language
Security
Reserved Words
Integrity
Simple Condition
37. The SQL statement that is used to revoke privileges from users of a database
REVOKE
Database Administration (DBA)
Multiple Column Index
Data File
38. The prevention of unauthorized access to a database
Repeating Groups
Security
HAVING Clause
Delimiter
39. The SQL clause that is used to enforce legal-values integrity
Grouping
Primary Key
CHECK
Repeating Groups
40. When sorting on two fields - the less important field
Relationship
Relationship
Minor Sort Key
INSERT
41. A structure that satisfies the properties required to be a relation with the exception of allowing repeating groups
Unnormalized Relation
Calculated Field
Data Independence
Systables
42. 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
Single-Field Index
Form
Trigger
43. The process of creating collections of records that share some common characteristics
Grouping
Simple Condition
Catalog
Arguments
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
Entity-Relationship (E-R) Diagram
Aggregate Functions
Database Design
CREATE TABLE
45. A structure that contains information about the objects (tables or columns or indexes or views and so on) in a database
Primary Sort Key
Database Management System (DBMS)
Delimiter
System Catalog
46. A screen object you use to maintain or view and print data from a database
Delimiter
Form
Security
Simple Condition
47. An action that automatically occurs in response to an associated database operation such as INSERT or UPDATE or DELETE
Join Column
Trigger
Primary Key
One-to-Many Relationship
48. The SQL command that creates an index in a table
Integrity Constraint
CREATE INDEX
Form
Primary Key
49. A database has integrity if the data in it satisfies all established integrity constraints
Join
Join
Column
Integrity
50. 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
Entity-Relationship (E-R) Diagram
Database Design
Grouping
Repeating Groups