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. The DBMS language component used to create - alter and destroy databases and database objects i.e. schemas - tables - views - sequences - catalogs - indexes - and aliases.
Data Definiton Language
Relation
Compound Key
Multi-valued Dependency
2. One (or more fields) in a table that refer to the primary key in another table.
Many-to-Many Relationships
Foreign Key
SQL
Index
3. An attribute utilized to sort and/or identify data in some manner. Each table should have a primary key which uniquely identifies records.
Design Vie
Alternate Key
E-R diagram
Key
4. Many-to-many relationships occur when each record in TableA may have 0 - 1 or many linked records in TableB and vice-versa.
Transitive Dependency
Data Sheet
Many-to-Many Relationships
Data Manipulation Language
5. A window that shows the design or structure of the database objects: tables - queries - forms - reports - macros and data access pages.
Design Vie
View
Entity Relationship Diagram
Third Normal Form
6. A field - set up in a query - that displays the result of an evaluated expression rather than displaying stored data.The value of the calculated field is re-calculated each time a value in the expression changes.
Null
Entity Relationship Diagram
Calculated Field
Report
7. A record as seen in the data sheet view.
Database
First Normal Form
Row
Fourth Normal Form
8. The actual pieces of facts that are stored in the fields in a database table.
Primary Key
Data
Object-Oriented Database
Recursive Dependency
9. A database object on which you place controls for entering - displaying and editing records in a table.
Select
Form
Data
Column
10. 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
Data Definiton Language
Expression Builder
Best Normal Form
11. 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.
First Normal Form
Currency Data Type
Text Box
Triggers
12. A graphical representation of all entity relationships (Data Model)
Flat File
Trigger
Entity Relationship Diagram
Transact
13. The dominant database model
Calculated Field
Data Sheet
Determinant
Relational Database Model
14. Contents of a Database: Tables of user data - Metadata - Indexes - Stored Procedures - _______ - Security Data - Backup/Recovery Data
Database
One-To-Many Relationship
Triggers
Second Normal Form
15. Stored procedures that may be configured to automatically execute (fire) when certain events take place.
Aggregate Function
Third Normal Form
Field
Trigger
16. An action query that adds the records in a query's result set to the end of an existing table.
Recursive Dependency
Schema
Table
Append Query
17. A relation that contains no multivalued attributes.
Check Box
First Normal Form
Table Window
Calculated Field
18. A link between two or more tables.
Data Warehouse
Join
Many-to-many Relationship
Fourth Normal Form
19. To modify a database - or the files associated with the database.
Transact
Composite Key
Second Normal Form
Transaction
20. A query that displays a summary calculation - such as an average or a sum - for values in a table or tables. A totals query is not a seperate kind of query; rather it extends the flexibility of select queries.
Data Manipulation Language
One-To-Many Relationship
Totals Query
Composite Key
21. Refers to the number of associations that can exist between two record types.
Join
Cardinality
Third Normal Form
Transaction
22. A query that copies data or changes data in some way. This includes append - delete - make-table and update queries.
Second Normal Form
Schema
Action Query
Append Query
23. A database object that prints information formatted and organised according to your specifications.
Database
Second Normal Form
Column
Report
24. Data from a table - form - query which is displayed in a row-and-column format.
Group
Data Sheet
Many-to-Many Relationships
Primary Key
25. 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.
Group
Super key
Database Management System (DBMS)
View
26. One or more fields whose values uniquely identify each record in a table.
Primary Key
Null
Boyce-Codd Normal Form
Database Object
27. When a table is not only in 1NF but each non key field is functionally dependent on the full primary key
SQL
Determinant
Second Normal Form
Data
28. An MS Access tool that simplifies a task. For example - you can quickly create a complex expression with the Expression Builder.
Database Window
Expression Builder
Transaction
Transact
29. A query ( SQL statement ) that creates a new table and then creates records in it by coping records from an existing table.
Database
Data Sheet
Make Table Query
Transitive Dependency
30. Groups of database commands which are to be treated as a single atomic event.
Select
Report
Domain/Key Normal Form
Transaction
31. DBMS (Database Management System) statements used to manage data (tables and other objects) within a database
SQL
Action Query
Check Box
Data Manipulation Language
32. A collection of fields that together describe one entity.
Append Query
Foreign Key
Record
Action Query
33. A window that displays the SQL statement for the current query or is used to create a SQL specific query. When you create a query in design view - Access constructs the SQL equivalent in the SQL view.
Relation
SQL View
Entity Relationship Diagram
Cardinality
34. That structure which contains description of objects created by a user - such as base tables - views and constraints - as a part of a database.
Composite Key
Schema
Totals Query
Cardinality
35. No Transitive Dependencies.
Candidate Key
Second Normal Form
Third Normal Form
Functional Dependency
36. An association between two tables in which the primary key value of each record in the primary table corresponds to the value in the matching field or fields of0 - 1 - or many records in the related table.
Column
Relational Database Model
Select
One-To-Many Relationship
37. A value that may be assigned to an attribute when no other value applies or when the applicable value is unknown.
Null
Secondary Key
Boyce-Codd Normal Form
Alternate Key
38. a.k.a record
Boyce-Codd Normal Form
Tuple
Multi-valued Dependency
Calculated Field
39. Guidelines set in place to ensure the trustworthiness of data over its entire life cycle.
Data Integrity Rules
Foreign Key
First Normal Form
Access
40. A section of a record containing data relating to one single characteristic of an entity; also called an attribute
Second Normal Form
Field
Primary Key
Best Normal Form
41. The conditional expession that is to be used to select particular data records from a larger set of records.
Criteria
Many-to-many Relationship
Table Window
Row
42. 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.
Alternate Key
Database Window
Expression Builder
Secondary Key
43. The part of an SQL statement that specifies which record to retrieve.
Where clause
Referential Integrity Constraint
Data Sheet
Composite Key
44. This is a property of data which - when satisfied - requires every value of one field (attribute) of a table to exist as a value of another field in another related table.
Referential Integrity
Field
Relational Database Model
Second Normal Form
45. A characteristic of the items in a database i.e. a field
Trigger
Default Value
First Normal Form
Attribute
46. A function such as sum - count or average that you use to include summary data in a report.
Currency Data Type
Data Type
Aggregate Function
Criteria
47. DOC MADE UP
Transitive Dependency
Compound Key
Recursive Dependency
Fourth Normal Form
48. Table has no anomalies.
Database Management System (DBMS)
Domain/Key Normal Form
Default Value
Cardinality
49. Specialized engines designed specifically to store objects. Users can interact with objects only through designated methods.
Primary Key
One-To-Many Relationship
Object-Oriented Database
Data Definiton Language
50. A query that removes records which match the criteria you specify from one or more tables
Cardinality
Alternate Key
Delete Query
Candidate Key
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