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 Management
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 relation that contains no multivalued attributes.
Where clause
Record
First Normal Form
Access
2. A query that copies data or changes data in some way. This includes append - delete - make-table and update queries.
Action Query
Multi-valued Dependency
Column
Boyce-Codd Normal Form
3. A field in a table with unique values that although it is not the primary key - it could have been used as such.
Numeric Data Type
Design Vie
Data
Alternate Key
4. A graphical representation of all entity relationships (Data Model)
Determinant
Entity Relationship Diagram
Null
Data Warehouse
5. A collection of fields that together describe one entity.
Record
Attribute
Data Definiton Language
Query
6. The persons or things that a database table is about.
Object-Oriented Database
Database Object
Entities
Functional Dependency
7. A central repository for databases across an entire enterprise.
Data Warehouse
Candidate Key
Secondary Key
Access
8. This is an exact numeric data type that holds from 10^38 - 1 through 10^38 - 1.
Data Mining
Candidate Key
Entities
Numeric Data Type
9. A value that may be assigned to an attribute when no other value applies or when the applicable value is unknown.
One-To-One Relationship
Database Object
Null
Best Normal Form
10. In an access databse - a window in which you work with tables in design view or datasheet view.
Table
Action Query
Table Window
Candidate Key
11. Arrange the records in a view set in order according to a particular field
Record
Make Table Query
Sort
Flat File
12. One (or more fields) in a table that refer to the primary key in another table.
Entities
Flat File
Sort
Foreign Key
13. A characteristic of a field that determines what kind of data it can store and what type of operations can be performed on it.
Hierarchical Database
Data Type
One-To-Many Relationship
SQL
14. A referential integrity constraint is a statement that limits the values of the foreign key to those already existing as primary key values in the corresponding table.
Object-Oriented Database
Autonumber
Select Query
Referential Integrity Constraint
15. A location within a database table that stores one particular type of data i.e. a field
Column
Relation
Design Vie
Record
16. The program which is used to organize - access and manage the data in a database - Creates - processes - and administers databases.
Expression Builder
Alternate Key
Determinant
Database Management System (DBMS)
17. A self-describing collection of integrated tables. The tables are called integrated because they store data about the relationships between the rows of data.
Default Value
Group
Transitive Dependency
Database
18. An operator used to compare two values or expressions; For example - < (less than) - > (greater than) - = (equal to)
Autonumber
Referential Integrity
Comparison Operator
Metadata
19. All key attributes defined - attributes depend on key and no repeating groups.
Primary Key
First Normal Form
Alternate Key
Join
20. A database object on which you place controls for entering - displaying and editing records in a table.
Form
Transitive Dependency
Access 2007
Schema
21. The part of an SQL statement that specifies which record to retrieve.
Relation
Text Box
Database
Where clause
22. A Key composed of more than one attribute.
Compound Key
Join
Aggregate Function
Key
23. Knowing the value of one attribute you can determine the value of another attribute.
Functional Dependency
Referential Integrity Constraint
Second Normal Form
Foreign Key
24. An MS Access tool that simplifies a task. For example - you can quickly create a complex expression with the Expression Builder.
Expression Builder
Super key
Database
Data Model
25. A characteristic of the items in a database i.e. a field
Attribute
Second Normal Form
Query
Totals Query
26. A candidate key that coud have been the primary key but was not selected as such ; OR a field that is not the primary key but has been used for indexing nevertheless.
Boyce-Codd Normal Form
Secondary Key
Select
Make Table Query
27. The process of organizing data to minimize redundancy and produce smaller - well-structured relations/tables.
First Normal Form
Transact
One-To-One Relationship
Normalization
28. An action query that adds the records in a query's result set to the end of an existing table.
Primary Key
Append Query
Domain/Key Normal Form
Hierarchical Database
29. Relations which allow you to retrieve related records from the same table.
Text Box
Self-Join
View
Data Sheet
30. Candidate key selected for use.
Table Window
One-To-One Relationship
Primary Key
Database Diagram
31. The horizontal bar at the top of a column. You can click a column selector to select the entire column in the query design grid or the filter design grid
Column Selector
Entities
Transaction
Totals Query
32. DOC MADE UP
Column Selector
Recursive Dependency
SQL
Transaction
33. The DML statement used to choose data from a database. The result is stored in a temporary table - called the result-set.
Column
Fourth Normal Form
Select
Field
34. A question about the data stored in your tables - or a request to perform an action on the data. A query can bring together data from multiple tables to serve as the source of data for a form. report or data access page.
Query
Many-to-many Relationship
Index
Cardinality
35. a.k.a record
Relational Database Model
Database Diagram
Compound Key
Tuple
36. A query that removes records which match the criteria you specify from one or more tables
Attribute
Delete Query
Check Box
Row
37. The process of examining and analyzing data with a view to extracting patterns from it. It is usually done on data warehouses
Data Mining
Autonumber
One-To-One Relationship
Aggregate Function
38. A value that is automatically entered in a field or control when you add a new record.
Default Value
Relation
Data Integrity Rules
Field
39. A control - also called an edit field - used on a form - report or data access page to display text or accept data entry.It can have a label attached to it.
Group
Select Query
Text Box
Third Normal Form
40. Data about data.
Totals Query
Relation
Metadata
Self-Join
41. A field data type that automatically stores a unique number for each record as it is added to a table.
Check Box
Make Table Query
Referential Integrity
Autonumber
42. A database object that prints information formatted and organised according to your specifications.
Primary Key
Data
Data Integrity Rules
Report
43. That structure which contains description of objects created by a user - such as base tables - views and constraints - as a part of a database.
Boyce-Codd Normal Form
Calculated Field
Schema
One-To-One Relationship
44. Contents of a Database: Tables of user data - Metadata - Indexes - Stored Procedures - _______ - Security Data - Backup/Recovery Data
Triggers
Secondary Key
E-R diagram
Third Normal Form
45. All determinants are candidate keys.
Make Table Query
Entity Relationship Diagram
Delete Query
Boyce-Codd Normal Form
46. The window that appears when you open an Access database or an Access project. It displays the commands for creating new database objects and opening and manipulating existing objects.
Database Diagram
Data Mining
Database Window
Many-to-many Relationship
47. Dependency where determinant determines a list of values.
Entities
Fourth Normal Form
Compound Key
Multi-valued Dependency
48. A section of a record containing data relating to one single characteristic of an entity; also called an attribute
Data Integrity Rules
Data Sheet
Data Model
Field
49. Two or more controls that can be treated as one unit while designing a form or report. You can select the group instead of selecting each individual control as you are arranging controls or assigning properties.
Database Object
Group
Check Box
Schema
50. Guidelines set in place to ensure the trustworthiness of data over its entire life cycle.
Text Box
Relation
Data
Data Integrity Rules
Can you answer 50 questions in 15 minutes?
Let me suggest you:
Browse all subjects
Browse all tests
Most popular tests
Major Subjects
Tests & Exams
AP
CLEP
DSST
GRE
SAT
GMAT
Certifications
CISSP go to https://www.isc2.org/
PMP
ITIL
RHCE
MCTS
More...
IT Skills
Android Programming
Data Modeling
Objective C Programming
Basic Python Programming
Adobe Illustrator
More...
Business Skills
Advertising Techniques
Business Accounting Basics
Business Strategy
Human Resource Management
Marketing Basics
More...
Soft Skills
Body Language
People Skills
Public Speaking
Persuasion
Job Hunting And Resumes
More...
Vocabulary
GRE Vocab
SAT Vocab
TOEFL Essential Vocab
Basic English Words For All
Global Words You Should Know
Business English
More...
Languages
AP German Vocab
AP Latin Vocab
SAT Subject Test: French
Italian Survival
Norwegian Survival
More...
Engineering
Audio Engineering
Computer Science Engineering
Aerospace Engineering
Chemical Engineering
Structural Engineering
More...
Health Sciences
Basic Nursing Skills
Health Science Language Fundamentals
Veterinary Technology Medical Language
Cardiology
Clinical Surgery
More...
English
Grammar Fundamentals
Literary And Rhetorical Vocab
Elements Of Style Vocab
Introduction To English Major
Complete Advanced Sentences
Literature
Homonyms
More...
Math
Algebra Formulas
Basic Arithmetic: Measurements
Metric Conversions
Geometric Properties
Important Math Facts
Number Sense Vocab
Business Math
More...
Other Major Subjects
Science
Economics
History
Law
Performing-arts
Cooking
Logic & Reasoning
Trivia
Browse all subjects
Browse all tests
Most popular tests