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 graphical representation of entities and their relationship to each other - typically used in computing in regard to the organization of data within databases or information systems
Autonumber
Append Query
E-R diagram
Fourth Normal Form
2. An operator used to compare two values or expressions; For example - < (less than) - > (greater than) - = (equal to)
Entities
Third Normal Form
Text Box
Comparison Operator
3. A link between two or more tables.
Expression Builder
Recursive Dependency
Join
Secondary Key
4. A key that consists of 2 or more attributes that uniquely identify an entity occurrence.
Compound Key
Functional Dependency
Entity Relationship Diagram
Boyce-Codd Normal Form
5. An association between two tables in which several records in one table can relate to 0 - 1 or many records in the other table.
Data Sheet
Many-to-many Relationship
Database Object
Action Query
6. The program which is used to organize - access and manage the data in a database - Creates - processes - and administers databases.
Expression Builder
Data Mining
Data
Database Management System (DBMS)
7. In an access databse - a window in which you work with tables in design view or datasheet view.
Table Window
Third Normal Form
First Normal Form
Trigger
8. A programming language designed for managing & obtaining data in relational database management systems (RDBMS)
Cardinality
Data
Access
SQL
9. Dependency where determinant determines a list of values.
Functional Dependency
Multi-valued Dependency
Relational Database Model
Database Management System (DBMS)
10. DOC MADE UP
Triggers
Trigger
Recursive Dependency
Currency Data Type
11. Groups of database commands which are to be treated as a single atomic event.
Data Sheet
Transaction
Third Normal Form
Report
12. Relations which allow you to retrieve related records from the same table.
Data Definiton Language
Self-Join
Metadata
Delete Query
13. The dominant database model
First Normal Form
Data Model
Relational Database Model
Group
14. A data model in which the data is organized into a tree-like structure. The structure allows representing information using parent/child relationships: each parent can have many children - but each child has only one parent
Numeric Data Type
Hierarchical Database
Check Box
Relation
15. An association/link established between common fields in two different tables. A relationship can be one-to-one - many-to-many or more usually one-to-many.
Relation
Index
One-To-Many Relationship
Transaction
16. A combination of attributes that can be used to uniquely identify a database record. Candidate keys are a special subset of super keys that do not have any extraneous information in them
Trigger
Table
Super key
Secondary Key
17. Stored procedures that may be configured to automatically execute (fire) when certain events take place.
Access 2007
Hierarchical Database
Calculated Field
Trigger
18. 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.
Database Window
Third Normal Form
Text Box
Comparison Operator
19. a.k.a record
Schema
Tuple
Default Value
Totals Query
20. An organised pool of related data files which can be easily accessed and managed and that may be used by a number of different application programs
Entity Relationship Diagram
Database
Data Warehouse
Entities
21. A relational database management system from Microsoft that combines the relational MS Jet Database Engine with a graphical user interface and software-development tools.
Self-Join
Table
Database Window
Access 2007
22. An attribute utilized to sort and/or identify data in some manner. Each table should have a primary key which uniquely identifies records.
Column Selector
Key
Normalization
Best Normal Form
23. DBMS (Database Management System) statements used to manage data (tables and other objects) within a database
SQL
Composite Key
Data Warehouse
Data Manipulation Language
24. 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.
SQL View
Database Object
Data Integrity Rules
Design Vie
25. All key attributes defined - attributes depend on key and no repeating groups.
Data Manipulation Language
Domain/Key Normal Form
Database Management System (DBMS)
First Normal Form
26. A value that may be assigned to an attribute when no other value applies or when the applicable value is unknown.
Transitive Dependency
E-R diagram
Null
Data Sheet
27. A database computer language designed for the retrieval and management of data in relational database management systems (RDBMS) - database schema creation and modification - and database object access control management.
Third Normal Form
SQL
Group
E-R diagram
28. When a table is not only in 1NF but each non key field is functionally dependent on the full primary key
Second Normal Form
Calculated Field
Group
Field
29. No Transitive Dependencies.
Third Normal Form
Data Model
Column Selector
Database
30. All determinants are candidate keys.
Aggregate Function
Database Management System (DBMS)
Boyce-Codd Normal Form
Data Definiton Language
31. A feature that speeds up searching and sorting in a table based on key values and can enforce uniqueness on the rows of a table.
Index
Aggregate Function
Form
Third Normal Form
32. 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.
Select Query
Query
Row
Tuple
33. A field data type that automatically stores a unique number for each record as it is added to a table.
Autonumber
View
SQL
Super key
34. 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 of one and only one record in the related table.
Secondary Key
One-To-One Relationship
Relational Database Model
Database Window
35. The part of an SQL statement that specifies which record to retrieve.
Expression Builder
Where clause
Database Object
Make Table Query
36. A primary key that is comprised of more than one field.
Data Mining
Expression Builder
Composite Key
SQL View
37. A central repository for databases across an entire enterprise.
Boyce-Codd Normal Form
Data Warehouse
Many-to-many Relationship
Column
38. Data from a table - form - query which is displayed in a row-and-column format.
Data Sheet
Column
Table Window
Hierarchical Database
39. A normalization which falls between 3NF and 4NF and involves the elimination of non-trivial dependencies
Transitive Dependency
One-To-One Relationship
Boyce-Codd Normal Form
Database Object
40. A graphical representation of any portion of a database scheme.
Tuple
Functional Dependency
Cardinality
Database Diagram
41. A query ( SQL statement ) that creates a new table and then creates records in it by coping records from an existing table.
Make Table Query
Transact
Many-to-Many Relationships
Row
42. One or more fields whose values uniquely identify each record in a table.
Access
Primary Key
Group
Determinant
43. Contents of a Database: Tables of user data - Metadata - Indexes - Stored Procedures - _______ - Security Data - Backup/Recovery Data
Triggers
Database Management System (DBMS)
Secondary Key
Join
44. A window that shows the design or structure of the database objects: tables - queries - forms - reports - macros and data access pages.
Design Vie
Access
Text Box
Primary Key
45. When a relation is not just in Boyce-Codd Normal Form - but also contains at most one multivalued dependency.
Fourth Normal Form
Attribute
Data Type
Index
46. A function such as sum - count or average that you use to include summary data in a report.
Aggregate Function
Expression Builder
Row
Totals Query
47. To modify a database - or the files associated with the database.
Append Query
Transact
Primary Key
Alternate Key
48. A type of computer file system that stores all data in a single file.
Data Sheet
Schema
SQL
Flat File
49. A database object on which you place controls for entering - displaying and editing records in a table.
Record
Form
Key
Select Query
50. The components of a data abase i.e. tables - queries - forms - reports - pages - macros and modules.
Database Object
One-To-One Relationship
Data Sheet
Calculated Field
Sorry!:) No result found.
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