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
Totals Query
Column Selector
2. 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
Append Query
Where clause
Select Query
3. To modify a database - or the files associated with the database.
Transact
Currency Data Type
Group
Alternate Key
4. DBMS (Database Management System) statements used to manage data (tables and other objects) within a database
Multi-valued Dependency
Database Management System (DBMS)
Data Manipulation Language
Metadata
5. A primary key that is comprised of more than one field.
Primary Key
Database Object
Composite Key
Currency Data Type
6. A window that shows the design or structure of the database objects: tables - queries - forms - reports - macros and data access pages.
Relation
Primary Key
Aggregate Function
Design Vie
7. 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
Relational Database Model
SQL View
Many-to-many Relationship
8. Arrange the records in a view set in order according to a particular field
View
Join
Sort
Calculated Field
9. When a relation is not just in Boyce-Codd Normal Form - but also contains at most one multivalued dependency.
Database Object
Calculated Field
Compound Key
Fourth Normal Form
10. One or more fields whose values uniquely identify each record in a table.
Primary Key
Self-Join
SQL View
Table Window
11. A location within a database table that stores one particular type of data i.e. a field
Attribute
Column
Many-to-Many Relationships
Delete Query
12. No multiple multi-valued dependencies.
Object-Oriented Database
Fourth Normal Form
Entity Relationship Diagram
Candidate Key
13. This is an exact numeric data type that holds from 10^38 - 1 through 10^38 - 1.
Numeric Data Type
Select Query
Totals Query
Criteria
14. 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
E-R diagram
Hierarchical Database
Entities
Primary Key
15. Contents of a Database: Tables of user data - Metadata - Indexes - Stored Procedures - _______ - Security Data - Backup/Recovery Data
Third Normal Form
Triggers
Database Management System (DBMS)
Transaction
16. A normalization which falls between 3NF and 4NF and involves the elimination of non-trivial dependencies
One-To-One Relationship
Table Window
Entity Relationship Diagram
Boyce-Codd Normal Form
17. 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.
Data
Join
One-To-One Relationship
Schema
18. 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.
SQL
Row
Totals Query
Check Box
19. A relation that contains no multivalued attributes.
Default Value
Append Query
First Normal Form
Database Window
20. A value that may be assigned to an attribute when no other value applies or when the applicable value is unknown.
Null
Super key
Data
Fourth Normal Form
21. Table has no anomalies.
Form
Domain/Key Normal Form
Data Sheet
Trigger
22. The dominant database model
Data Warehouse
Relational Database Model
Database
Database Window
23. A field data type that automatically stores a unique number for each record as it is added to a table.
Currency Data Type
Autonumber
Delete Query
Column
24. An attribute utilized to sort and/or identify data in some manner. Each table should have a primary key which uniquely identifies records.
Third Normal Form
Compound Key
Make Table Query
Key
25. A database object on which you place controls for entering - displaying and editing records in a table.
Comparison Operator
Table Window
Row
Form
26. A self-describing collection of integrated tables. The tables are called integrated because they store data about the relationships between the rows of data.
Determinant
Database
Third Normal Form
Tuple
27. A query ( SQL statement ) that creates a new table and then creates records in it by coping records from an existing table.
Primary Key
Database Diagram
Join
Make Table Query
28. A field in a table with unique values that although it is not the primary key - it could have been used as such.
Self-Join
Alternate Key
Referential Integrity Constraint
Transitive Dependency
29. A relational database management system from Microsoft that combines the relational MS Jet Database Engine with a graphical user interface and software-development tools.
Database Object
Access 2007
Comparison Operator
Composite Key
30. A query that asks a question about the data stored in your tables and returns a results set in the form of a data sheet without changing the actual data in the table(s).
Data Warehouse
Many-to-many Relationship
Select Query
Form
31. An operator used to compare two values or expressions; For example - < (less than) - > (greater than) - = (equal to)
Database Diagram
Data Model
Comparison Operator
Field
32. A graphical representation of any portion of a database scheme.
Entity Relationship Diagram
Determinant
Comparison Operator
Database Diagram
33. The set of fields in a table which stores unique values and so any one from the list can be selected to be the primary key.
Candidate Key
Third Normal Form
Column Selector
Referential Integrity
34. Specialized engines designed specifically to store objects. Users can interact with objects only through designated methods.
Row
Object-Oriented Database
Null
Secondary Key
35. The process of organizing data to minimize redundancy and produce smaller - well-structured relations/tables.
Relation
Normalization
Super key
Referential Integrity Constraint
36. The components of a data abase i.e. tables - queries - forms - reports - pages - macros and modules.
Many-to-Many Relationships
Database Object
Make Table Query
Best Normal Form
37. Data about data.
Design Vie
Attribute
Normalization
Metadata
38. A programming language designed for managing & obtaining data in relational database management systems (RDBMS)
SQL
Aggregate Function
Third Normal Form
Super key
39. All determinants are candidate keys.
Expression Builder
Primary Key
Boyce-Codd Normal Form
Database Object
40. The process of examining and analyzing data with a view to extracting patterns from it. It is usually done on data warehouses
One-To-One Relationship
Boyce-Codd Normal Form
Data Model
Data Mining
41. A value that is automatically entered in a field or control when you add a new record.
Query
Default Value
Transaction
Database Diagram
42. No Transitive Dependencies.
Access
Column
Database
Third Normal Form
43. Stored procedures that may be configured to automatically execute (fire) when certain events take place.
Default Value
Trigger
Action Query
Make Table Query
44. A database object that stores data in records and fields. The data is usually about a particular category of things.
Trigger
Totals Query
Table
Calculated Field
45. That structure which contains description of objects created by a user - such as base tables - views and constraints - as a part of a database.
Comparison Operator
Schema
Best Normal Form
Query
46. 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
Append Query
Database
Metadata
Transitive Dependency
47. All key attributes defined - attributes depend on key and no repeating groups.
First Normal Form
One-To-Many Relationship
Entity Relationship Diagram
Access 2007
48. Refers to the number of associations that can exist between two record types.
Cardinality
Group
Access
Database Diagram
49. Data from a table - form - query which is displayed in a row-and-column format.
Data Sheet
Foreign Key
Select
Primary Key
50. The conditional expession that is to be used to select particular data records from a larger set of records.
Data
Query
Criteria
Triggers