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. An attribute utilized to sort and/or identify data in some manner. Each table should have a primary key which uniquely identifies records.
Key
Transaction
Join
Flat File
2. An action query that adds the records in a query's result set to the end of an existing table.
Aggregate Function
Append Query
Database
Check Box
3. A query ( SQL statement ) that creates a new table and then creates records in it by coping records from an existing table.
Query
Make Table Query
Super key
Many-to-Many Relationships
4. Contents of a Database: Tables of user data - Metadata - Indexes - Stored Procedures - _______ - Security Data - Backup/Recovery Data
Multi-valued Dependency
Triggers
Domain/Key Normal Form
Data
5. Knowing the value of one attribute you can determine the value of another attribute.
Calculated Field
Functional Dependency
Relation
Text Box
6. A Key composed of more than one attribute.
Self-Join
Join
Database Object
Compound Key
7. The persons or things that a database table is about.
Second Normal Form
Functional Dependency
Entities
Data Definiton Language
8. A link between two or more tables.
Third Normal Form
First Normal Form
Join
Make Table Query
9. 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
Numeric Data Type
Schema
Currency Data Type
10. The DBMS language component used to create - alter and destroy databases and database objects i.e. schemas - tables - views - sequences - catalogs - indexes - and aliases.
Metadata
First Normal Form
Data Model
Data Definiton Language
11. 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.
Data Model
Relational Database Model
Referential Integrity Constraint
Attribute
12. A section of a record containing data relating to one single characteristic of an entity; also called an attribute
Data Definiton Language
Many-to-Many Relationships
Referential Integrity Constraint
Field
13. A graphical representation of all entity relationships (Data Model)
First Normal Form
Tuple
Entity Relationship Diagram
Determinant
14. 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.
Column
Index
Query
Normalization
15. A relational database management system from Microsoft that combines the relational MS Jet Database Engine with a graphical user interface and software-development tools.
Comparison Operator
Transitive Dependency
Access 2007
First Normal Form
16. The DML statement used to choose data from a database. The result is stored in a temporary table - called the result-set.
Super key
Select
Data Sheet
Database Object
17. A record as seen in the data sheet view.
Key
Row
Delete Query
Database
18. a.k.a record
Delete Query
Tuple
Self-Join
Entity Relationship Diagram
19. A relation that contains no multivalued attributes.
Super key
Second Normal Form
Entity Relationship Diagram
First Normal Form
20. 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
SQL
Relation
Second Normal Form
21. 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.
Table
Design Vie
Compound Key
SQL
22. 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
Functional Dependency
Delete Query
Super key
Autonumber
23. The part of an SQL statement that specifies which record to retrieve.
Schema
Fourth Normal Form
Where clause
Column
24. 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.
Access
Design Vie
Sort
First Normal Form
25. 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
Second Normal Form
Domain/Key Normal Form
Flat File
26. The actual pieces of facts that are stored in the fields in a database table.
SQL
Referential Integrity Constraint
Data
Expression Builder
27. A normalization which falls between 3NF and 4NF and involves the elimination of non-trivial dependencies
Data
Referential Integrity
Boyce-Codd Normal Form
Data Integrity Rules
28. 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.
Self-Join
Database Window
Design Vie
Default Value
29. Functional dependency involving only non-key attributes.
Transitive Dependency
Fourth Normal Form
Foreign Key
Sort
30. An MS Access tool that simplifies a task. For example - you can quickly create a complex expression with the Expression Builder.
Fourth Normal Form
Database Object
Expression Builder
Transact
31. 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.
Criteria
Currency Data Type
Relation
Key
32. Many-to-many relationships occur when each record in TableA may have 0 - 1 or many linked records in TableB and vice-versa.
Many-to-many Relationship
Many-to-Many Relationships
Secondary Key
Boyce-Codd Normal Form
33. A query that copies data or changes data in some way. This includes append - delete - make-table and update queries.
Recursive Dependency
Action Query
Criteria
Autonumber
34. 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
Functional Dependency
Where clause
Criteria
35. 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.
Cardinality
Candidate Key
Data Manipulation Language
Secondary Key
36. A database object that stores data in records and fields. The data is usually about a particular category of things.
Action Query
Append Query
Table
Data Sheet
37. One or more fields whose values uniquely identify each record in a table.
Primary Key
Field
Multi-valued Dependency
Group
38. An operator used to compare two values or expressions; For example - < (less than) - > (greater than) - = (equal to)
Comparison Operator
Form
Table
Referential Integrity
39. Data about data.
Boyce-Codd Normal Form
Metadata
Second Normal Form
Default Value
40. One (or more fields) in a table that refer to the primary key in another table.
Composite Key
Secondary Key
Foreign Key
Hierarchical Database
41. Knowingly violates one or more rules of normalization.
Default Value
Best Normal Form
One-To-One Relationship
One-To-Many Relationship
42. Candidate key selected for use.
Primary Key
SQL View
Database Diagram
Database Window
43. All key attributes defined - attributes depend on key and no repeating groups.
Field
Third Normal Form
Calculated Field
First Normal Form
44. A database object on which you place controls for entering - displaying and editing records in a table.
Database
Sort
Many-to-many Relationship
Form
45. To modify a database - or the files associated with the database.
Candidate Key
Row
Check Box
Transact
46. A characteristic of a field that determines what kind of data it can store and what type of operations can be performed on it.
Entity Relationship Diagram
Database
Data Type
Tuple
47. A programming language designed for managing & obtaining data in relational database management systems (RDBMS)
Delete Query
Select Query
SQL
Multi-valued Dependency
48. All determinants are candidate keys.
Boyce-Codd Normal Form
Index
Criteria
Autonumber
49. 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
Criteria
Composite Key
Database
Currency Data Type
50. No partial functional-dependencies.
Composite Key
Second Normal Form
Data Model
Entities