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 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
Repeating Groups
GRANT
Database Design
Concatenation
2. The SQL command that is used to change the structure of a table
ALTER TABLE
REVOKE
SELECT
Design Grid
3. A collection of relations
Intersection
Relational Database
One-to-Many Relationship
View
4. The portion of the system catalog that contains table information
Entity
Data Independence
Systables
SELECT
5. 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
Multiple Column Index
Secondary Sort Key
Concatenation
Integrity Constraint
6. 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
Trigger
Defining Query
Field
CREATE TABLE
7. The process of arranging rows in a table or results of a query in a particular order
Catalog
Criterion
Referential Integrity
Sort
8. The field on which data are sorted
Sort Key
Attribute
Database Management System (DBMS)
Cartesian Product
9. The individual or group that is responsible for a database
Database Administration (DBA)
Union Compatible
OR Criterion
SELECT Clause
10. The process of creating collections of records that share some common characteristics
Grouping
Major Sort Key
Join Line
Server
11. Combination of criteria in which both criteria must be true
Cascade Delete
Data Independence
AND Criterion
Join Line
12. A view that consists of a subset of the rows and columns in a table
Row-and Column Subset View
Primary Key
Security
Sort
13. The relational algebra command to select rows from a table
SELECT
Sort Key
Design Grid
Simple Condition
14. The SQL command that drops (deletes) and index from a table
Integrity
Compound Criteria
Primary Sort Key
DROP INDEX
15. The part of an SQL SELECT command that restricts the groups to be displayed
Relation
HAVING Clause
Compound Conditions
Union Compatible
16. The property that lets you change the structure of a database without requiring you to change the programs that access the database
Attribute
Foreign Key
Column
Data Independence
17. The most common form of a join
Secondary Sort Key
Criteria
Database
Natural Join
18. 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
GROUP BY Clause
Database Administration (DBA)
Entity-Relationship (E-R) Diagram
Unnormalized Relation
19. An association between entities
Unnormalized Relation
Relational Database
Qualify
Relationship
20. When sorting on two fields this is the more important field
Integrity Constraint
Major Sort Key
INSERT
SQL (Structured Query Language)
21. The SQL command that drops (deletes) a table from a database
Validation Text
Validation Rule
REVOKE
DROP TABLE
22. The field or fields on which an index is built
Integrity Constraint
Security
Repeating Groups
Index Key
23. A field whose value is computed from other fields in the database
Calculated Field
Redundancy
Secondary Sort Key
SQL (Structured Query Language)
24. The individual who is responsible for a database or the head of database administration
Primary Sort Key
Repeating Groups
CHECK
Database Administrator (DBA)
25. A person or place or object or event or idea for which you want to store and process data
Relational Database
PROJECT
Entity
Unnormalized Relation
26. The field on which data are sorted
Sysviews
Data Independence
Sort Key
Compound Conditions
27. The column on which two tables are joined
Database
Documenter
Integrity
Join Column
28. Two simple criteria in a query the are combined with the AND or OR operators
Join Line
OR Criterion
Compound Criteria
Data File
29. Combination of criteria in which both criteria must be true
Repeating Groups
Security
INTERSECT
AND Criterion
30. The property that lets you change the structure of a database without requiring you to change the programs that access the database
Syscolumns
Data Independence
Division
Foreign Key
31. A column (attribute) or collection of columns in a table whose value is required either to match the value of a primary key in a table or to be null
Join
Foreign Key
Entity
Compound Criteria
32. The area of memory in MySQL that stores the most recently entered command
One-to-Many Relationship
Join Line
Statement History
Outer Join
33. The clause in a SQL CREATE TABLE or ALTER TABLE command that specifies referential integrity
Form
Compound Conditions
FOREIGN KEY
Criterion
34. The SQL command that creates an index in a table
DELETE
Join Line
CREATE INDEX
CREATE TABLE
35. In Access the query that updates the contents of a table
Join Column
Update Query
Database Design
Qualify
36. A screen object you use to maintain or view and print data from a database
Data Independence
Relationship
Documenter
Form
37. A structure that satisfies the properties required to be a relation with the exception of allowing repeating groups
Foreign Key
Redundancy
Reserved Words
Unnormalized Relation
38. A Characteristic or property of an entity
Redundancy
Primary Sort Key
Column
Attribute
39. A data value meaning "unknown" or "not applicable"
Design Grid
Null
Security
Form
40. A relational data manipulation language in which new tables are created from existing tables through the use of a set of operations
CHECK
FROM Clause
Update Query
Relational Algebra
41. When sorting on two fields - the less important field
Repeating Groups
INTERSECT
Minor Sort Key
Outer Join
42. To indicate the table (relation) of which a given column (attribute) is a part by preceding the column name with the table name.
Sysviews
Join Line
Qualify
Database
43. A structure that can store information about multiple types of entities - the attributes of these entities and the relationships among those entities
Database
Entity
Integrity Constraint
PROJECT
44. A punctuation mark - such as a semicolon - that separates pieces of data
Update Query
Qualify
Delimiter
Difference
45. A collection of relations
Outer Join
Relational Database
Referential Integrity
PROJECT
46. The SQL command used to make changes to existing table data
Query
UPDATE
PRIMARY KEY
Criteria
47. An access query that creates a table using the results of a query
Column
Make-Table Query
Column
Entity
48. A word that is part of the SQL language
Attribute
Intersection
Primary Key
Reserved Words
49. A data manipulation language for relational databases in which users indicate the action to be taken by completing on-screen forms
Field
Database
Query-By-Example (QBE)
Join Line
50. 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
Join
Make-Table Query
INTERSECT
Functions