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. Candidate key selected for use.
Trigger
SQL View
Form
Primary Key
2. 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
Database Window
SQL
Calculated Field
Super key
3. 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.
Super key
Totals Query
Table Window
Make Table Query
4. All determinants are candidate keys.
Schema
Check Box
Append Query
Boyce-Codd Normal Form
5. A query ( SQL statement ) that creates a new table and then creates records in it by coping records from an existing table.
Self-Join
Make Table Query
Index
Query
6. Attribute that determines the value of another attribute.
Calculated Field
Aggregate Function
Third Normal Form
Determinant
7. A section of a record containing data relating to one single characteristic of an entity; also called an attribute
Check Box
Field
Boyce-Codd Normal Form
Primary Key
8. Data from a table - form - query which is displayed in a row-and-column format.
Relational Database Model
Currency Data Type
Group
Data Sheet
9. A relational database management system from Microsoft that combines the relational MS Jet Database Engine with a graphical user interface and software-development tools.
Normalization
Best Normal Form
Access 2007
Primary Key
10. A graphical representation of any portion of a database scheme.
Database Diagram
Design Vie
Join
Database Object
11. A link between two or more tables.
Data Model
Transact
Join
Boyce-Codd Normal Form
12. An action query that adds the records in a query's result set to the end of an existing table.
Append Query
Database Window
Design Vie
Triggers
13. DOC MADE UP
Column
Data Model
Self-Join
Recursive Dependency
14. 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.
Transitive Dependency
Domain/Key Normal Form
Relation
Criteria
15. No multiple multi-valued dependencies.
Fourth Normal Form
Relational Database Model
Normalization
Many-to-many Relationship
16. The program which is used to organize - access and manage the data in a database - Creates - processes - and administers databases.
Multi-valued Dependency
Data Type
Column Selector
Database Management System (DBMS)
17. A type of computer file system that stores all data in a single file.
Default Value
Flat File
Data Warehouse
Field
18. DBMS (Database Management System) statements used to manage data (tables and other objects) within a database
Column Selector
Totals Query
Data Manipulation Language
SQL
19. An operator used to compare two values or expressions; For example - < (less than) - > (greater than) - = (equal to)
Comparison Operator
One-To-One Relationship
Data Warehouse
Super key
20. A value that may be assigned to an attribute when no other value applies or when the applicable value is unknown.
Null
Third Normal Form
Aggregate Function
Database
21. 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.
Schema
Referential Integrity
Column
Text Box
22. 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
Object-Oriented Database
Index
Hierarchical Database
Database Object
23. A location within a database table that stores one particular type of data i.e. a field
SQL
Foreign Key
Make Table Query
Column
24. 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.
Many-to-Many Relationships
Second Normal Form
One-To-Many Relationship
Data Manipulation Language
25. A field in a table with unique values that although it is not the primary key - it could have been used as such.
Boyce-Codd Normal Form
Determinant
Where clause
Alternate Key
26. The process of organizing data to minimize redundancy and produce smaller - well-structured relations/tables.
Database
Table Window
Normalization
One-To-One Relationship
27. Dependency where determinant determines a list of values.
First Normal Form
Secondary Key
Entities
Multi-valued Dependency
28. The actual pieces of facts that are stored in the fields in a database table.
Index
Data Warehouse
Data
Schema
29. A database object that prints information formatted and organised according to your specifications.
Report
Check Box
Data Integrity Rules
Recursive Dependency
30. The dominant database model
Autonumber
Relational Database Model
Entity Relationship Diagram
Database Object
31. 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.
SQL
Fourth Normal Form
Aggregate Function
Calculated Field
32. a.k.a record
Compound Key
Data
Entities
Tuple
33. 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.
Secondary Key
Boyce-Codd Normal Form
Report
Access
34. A function such as sum - count or average that you use to include summary data in a report.
Row
Aggregate Function
Flat File
Self-Join
35. An attribute utilized to sort and/or identify data in some manner. Each table should have a primary key which uniquely identifies records.
Key
Comparison Operator
Fourth Normal Form
Field
36. A central repository for databases across an entire enterprise.
Flat File
Autonumber
Data Warehouse
Design Vie
37. Knowingly violates one or more rules of normalization.
Tuple
Referential Integrity Constraint
Table
Best Normal Form
38. A characteristic of a field that determines what kind of data it can store and what type of operations can be performed on it.
Column Selector
Data Type
Second Normal Form
One-To-Many Relationship
39. Groups of database commands which are to be treated as a single atomic event.
Flat File
Transaction
Expression Builder
Tuple
40. This is an exact numeric data type that holds from 10^38 - 1 through 10^38 - 1.
Numeric Data Type
Triggers
Key
Many-to-Many Relationships
41. The DML statement used to choose data from a database. The result is stored in a temporary table - called the result-set.
Select
Database Diagram
Append Query
Database Window
42. A control that indicates whether an option is selected or not. A tick mark appears in the box when the option is selected.
SQL View
Table
Check Box
One-To-Many Relationship
43. A self-describing collection of integrated tables. The tables are called integrated because they store data about the relationships between the rows of data.
Transact
Null
One-To-One Relationship
Database
44. A window that shows the design or structure of the database objects: tables - queries - forms - reports - macros and data access pages.
Autonumber
Group
Database Window
Design Vie
45. The conditional expession that is to be used to select particular data records from a larger set of records.
Criteria
Primary Key
Check Box
Key
46. One or more fields whose values uniquely identify each record in a table.
Column
Primary Key
Trigger
SQL
47. The persons or things that a database table is about.
Entities
Third Normal Form
Database Diagram
Alternate Key
48. A Key composed of more than one attribute.
One-To-One Relationship
Compound Key
Expression Builder
Record
49. Contents of a Database: Tables of user data - Metadata - Indexes - Stored Procedures - _______ - Security Data - Backup/Recovery Data
Triggers
One-To-Many Relationship
Totals Query
Hierarchical Database
50. The part of an SQL statement that specifies which record to retrieve.
Tuple
Where clause
Column Selector
Relational Database Model
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