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. When a table is not only in 1NF but each non key field is functionally dependent on the full primary key
Second Normal Form
Data Definiton Language
One-To-Many Relationship
Transact
2. An abstract model that documents and organizes the business data for communication between team members and is used as a plan for developing applications - specifically how data is stored and accessed.
Determinant
Group
Delete Query
Data Model
3. Guidelines set in place to ensure the trustworthiness of data over its entire life cycle.
Primary Key
Data Integrity Rules
Recursive Dependency
SQL
4. 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.
Index
Table
Many-to-many Relationship
SQL View
5. The components of a data abase i.e. tables - queries - forms - reports - pages - macros and modules.
Calculated Field
First Normal Form
Database Object
Transitive Dependency
6. A primary key that is comprised of more than one field.
Composite Key
Boyce-Codd Normal Form
First Normal Form
Third Normal Form
7. The process of examining and analyzing data with a view to extracting patterns from it. It is usually done on data warehouses
Join
Schema
SQL
Data Mining
8. 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.
Text Box
Trigger
Object-Oriented Database
Database Diagram
9. A DBMS created by Microsoft - it is a collection of data and objects - such as tables - queries - or forms - related to a particular topic or purpose.
Currency Data Type
Make Table Query
Foreign Key
Access
10. 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.
Index
SQL
Table Window
Totals Query
11. A database object that prints information formatted and organised according to your specifications.
Fourth Normal Form
Report
Access 2007
Check Box
12. 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
Data
Second Normal Form
Super key
Criteria
13. Groups of database commands which are to be treated as a single atomic event.
Transaction
Expression Builder
Data Definiton Language
Attribute
14. Functional dependency involving only non-key attributes.
Triggers
Transitive Dependency
Form
SQL
15. 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.
Data Mining
Calculated Field
Flat File
Row
16. 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 Mining
Design Vie
Functional Dependency
Many-to-many Relationship
17. A field data type that automatically stores a unique number for each record as it is added to a table.
Normalization
Transact
Autonumber
Check Box
18. In an access databse - a window in which you work with tables in design view or datasheet view.
Transact
SQL
Cardinality
Table Window
19. Data about data.
Compound Key
One-To-Many Relationship
Metadata
Referential Integrity
20. This is an exact numeric data type that holds from 10^38 - 1 through 10^38 - 1.
SQL
Tuple
Numeric Data Type
Schema
21. 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.
One-To-Many Relationship
Relation
Second Normal Form
Data Mining
22. All key attributes defined - attributes depend on key and no repeating groups.
Currency Data Type
First Normal Form
Normalization
Hierarchical Database
23. The process of organizing data to minimize redundancy and produce smaller - well-structured relations/tables.
Key
Third Normal Form
Normalization
Entities
24. The program which is used to organize - access and manage the data in a database - Creates - processes - and administers databases.
Numeric Data Type
Database Management System (DBMS)
Domain/Key Normal Form
Tuple
25. Specialized engines designed specifically to store objects. Users can interact with objects only through designated methods.
Report
Autonumber
Object-Oriented Database
Field
26. When a relation is not just in Boyce-Codd Normal Form - but also contains at most one multivalued dependency.
Index
Fourth Normal Form
Determinant
Functional Dependency
27. A window that shows the design or structure of the database objects: tables - queries - forms - reports - macros and data access pages.
Database
Data Mining
Many-to-Many Relationships
Design Vie
28. Refers to the number of associations that can exist between two record types.
Group
Alternate Key
Cardinality
Access 2007
29. 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
Database
Select
Normalization
Data Mining
30. An operator used to compare two values or expressions; For example - < (less than) - > (greater than) - = (equal to)
Aggregate Function
SQL
Check Box
Comparison Operator
31. A field in a table with unique values that although it is not the primary key - it could have been used as such.
Table
Attribute
Alternate Key
Candidate Key
32. a.k.a record
Data Type
Data Mining
Tuple
Entities
33. A control that indicates whether an option is selected or not. A tick mark appears in the box when the option is selected.
Trigger
Data Sheet
Index
Check Box
34. A database object on which you place controls for entering - displaying and editing records in a table.
Currency Data Type
Form
Recursive Dependency
Composite Key
35. Contents of a Database: Tables of user data - Metadata - Indexes - Stored Procedures - _______ - Security Data - Backup/Recovery Data
Triggers
Where clause
Super key
Normalization
36. Knowingly violates one or more rules of normalization.
Append Query
Totals Query
Calculated Field
Best Normal Form
37. The DBMS language component used to create - alter and destroy databases and database objects i.e. schemas - tables - views - sequences - catalogs - indexes - and aliases.
Tuple
Data Definiton Language
Form
Relational Database Model
38. A table which is not only in 2NF but whose non-primary key fields are dependent only on the primary key and therefore have no dependence on (relationship to) any other non-primary key field in the table.
Check Box
Data
Third Normal Form
Table Window
39. 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
SQL View
Comparison Operator
Object-Oriented Database
40. Stored procedures that may be configured to automatically execute (fire) when certain events take place.
Criteria
Trigger
Referential Integrity
Database
41. All determinants are candidate keys.
Data Mining
Third Normal Form
Boyce-Codd Normal Form
Entity Relationship Diagram
42. 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.
Third Normal Form
Currency Data Type
Access 2007
One-To-Many Relationship
43. A section of a record containing data relating to one single characteristic of an entity; also called an attribute
Totals Query
Hierarchical Database
Field
Sort
44. 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.
Schema
Referential Integrity Constraint
Query
Composite Key
45. 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.
One-To-One Relationship
Data
Primary Key
Secondary Key
46. Attribute that determines the value of another attribute.
Data
Relational Database Model
Data Integrity Rules
Determinant
47. A characteristic of a field that determines what kind of data it can store and what type of operations can be performed on it.
Data Type
Calculated Field
Referential Integrity Constraint
SQL
48. A Key composed of more than one attribute.
Expression Builder
Aggregate Function
Composite Key
Compound Key
49. A query that copies data or changes data in some way. This includes append - delete - make-table and update queries.
Database Diagram
Action Query
Domain/Key Normal Form
Make Table Query
50. The actual pieces of facts that are stored in the fields in a database table.
Column
Data
Entities
Relational Database Model