Database Management Concepts Quiz! Test

Reviewed by Editorial Team
The ProProfs editorial team is comprised of experienced subject matter experts. They've collectively created over 10,000 quizzes and lessons, serving over 100 million users. Our team includes in-house content moderators and subject matter experts, as well as a global network of rigorously trained contributors. All adhere to our comprehensive editorial guidelines, ensuring the delivery of high-quality content.
Learn about Our Editorial Process
| By Angievance
A
Angievance
Community Contributor
Quizzes Created: 4 | Total Attempts: 11,619
| Attempts: 577 | Questions: 44
Please wait...
Question 1 / 44
0 %
0/100
Score 0/100
1. A report is an effective way of presenting your data in an organized format.

Explanation

A report is a document that presents information in a structured and organized manner. It allows for clear communication of data, findings, and analysis. By presenting data in a systematic way, a report helps to convey information effectively and facilitates understanding for the intended audience. Therefore, the statement that a report is an effective way of presenting data in an organized format is true.

Submit
Please wait...
About This Quiz
Database Management Concepts Quiz! Test - Quiz


How strong is your knowledge of database management concepts? A database is a collection of data with the same characteristics. The database management system a firm uses is... see moreexpected to use the ability to transfer data and retrieval of the same. By taking this quiz, you will see just how good you are at using a database management system in the application. Test yourself and see what you need to work more on. see less

2. Which Data Type would you use for the field "First Name"?

Explanation

The field "First Name" typically contains alphabetic characters and does not require any mathematical calculations. Therefore, the most suitable data type for this field would be "Text." This data type allows for the input and storage of textual information, such as names, without any restrictions on the length of the data.

Submit
3. Field Size, Format, Validation Rule, Validation Text, Input Mask, Caption, Default Value, Required, Allow Length, and Indexed are ALL field properties.

Explanation

Field Size, Format, Validation Rule, Validation Text, Input Mask, Caption, Default Value, Required, Allow Length, and Indexed are all examples of field properties in a database. These properties define the characteristics and behavior of a field, such as its data type, length, formatting, and validation rules. By setting these properties, the database can ensure data integrity, enforce data validation, and provide a consistent structure for the fields. Therefore, the statement that all of these are field properties is correct.

Submit
4. Queries allow you to ask questions about data in the database table or other queries to extract information.

Explanation

The given statement is true. Queries are used to ask questions about data in a database table or other queries in order to extract information. They allow users to retrieve specific data from a database by specifying certain criteria or conditions. Queries are an essential tool in database management systems as they provide a way to interact with and retrieve data from the database efficiently and effectively.

Submit
5. Each database must contain at least one _____.

Explanation

In a database, a table is a collection of related data organized in rows and columns. It is the fundamental structure that holds the data and allows for efficient storage, retrieval, and manipulation of information. Therefore, each database must contain at least one table to store and manage the data. Forms, reports, and modules are components that can be used to interact with or analyze the data stored in the tables, but they are not a mandatory requirement for a database.

Submit
6. _____ is a column in a table that contains a category of information.

Explanation

A field is a column in a table that contains a category of information. In a database, a table is made up of rows and columns, where each column represents a field. Fields store specific types of data, such as names, dates, or numbers, and allow for the organization and categorization of information within a table.

Submit
7. What is the intersection of a row and a column?

Explanation

The intersection of a row and a column refers to the point where they meet or cross each other. In a table or spreadsheet, each cell represents this intersection, containing specific data or information. Therefore, the correct answer is "Cell."

Submit
8. If you have a database containing information about students, then all the information about one student would be referred to as a _____.

Explanation

In a database, each row represents a separate entity or object, such as a student. A record refers to all the information or data related to a particular entity or object, in this case, a student. Therefore, the correct answer is "record."

Submit
9. Which view is used to add, edit, and delete records in a table?

Explanation

Datasheet View is used to add, edit, and delete records in a table. This view displays the data in a tabular form, similar to a spreadsheet, allowing users to easily enter, modify, and delete records. It provides a convenient way to work with the data in a table, especially when dealing with large amounts of data. In Datasheet View, users can directly interact with the table's data, making it the preferred view for managing records in a table. Design View, on the other hand, is used to create or modify the structure of a table, such as adding or removing fields.

Submit
10. An organized collection of logically related data is known as _____.

Explanation

A database is an organized collection of logically related data. It is designed to store, manage, and retrieve large amounts of information efficiently. A database provides a structure for organizing and storing data, allowing for easy access and manipulation of the data. It ensures data integrity and security while facilitating data sharing and collaboration among users.

Submit
11. Which of the following is not a database object?

Explanation

Design view is not a database object because it is a feature or mode within a database software that allows users to design or modify the structure and layout of the database objects such as tables, queries, forms, and reports. It is a tool used to create and edit the actual database objects, but it is not considered a database object itself.

Submit
12. You can save a filter as a query.

Explanation

You can save a filter as a query, allowing you to easily access and reuse the filter criteria in the future. This can be helpful when you frequently need to apply the same filter to a dataset or when you want to share the filter with others. By saving a filter as a query, you can streamline your workflow and save time by avoiding the need to recreate the filter each time you need it.

Submit
13. If you have a database containing information about students, then the student's last name would be an example of a _____.

Explanation

In a database containing information about students, the student's last name would be an example of a field. A field is a single piece of data within a database table that represents a specific attribute of the entity being stored. In this case, the last name is a specific attribute or piece of data that is associated with each student in the database.

Submit
14. How are fields and records displayed?

Explanation

Fields and records are displayed in a tabular format, similar to a spreadsheet. Fields are represented as columns, with each column containing a specific type of data. Records, on the other hand, are displayed as rows, with each row representing a unique set of data. This format allows for easy organization and manipulation of data, as well as efficient searching and sorting.

Submit
15. The first step in designing a new database is _____.

Explanation

The first step in designing a new database is planning the tables. This involves determining the structure of the database by identifying the different tables that will be needed and defining the fields and relationships within each table. This step is crucial as it lays the foundation for the entire database design and ensures that the data is organized and stored efficiently. Entering data, building queries, and printing reports are tasks that come after the initial planning stage.

Submit
16. In a query criteria row, AND means _____.

Explanation

In a query criteria row, using "AND" means that the query will match two or more conditions. This means that all of the specified conditions must be met in order for a record to be included in the query results. Using "AND" allows for more specific and targeted filtering of data.

Submit
17. Which field appears as a check box in a table?

Explanation

A "Yes/No Field" appears as a check box in a table. This field allows users to select either a "Yes" or "No" option by checking or unchecking the box. It is commonly used to represent boolean values or to indicate the presence or absence of a certain condition or attribute.

Submit
18. _____ is a field, or combination of fields, that uniquely identifies each record in a table.

Explanation

A primary key is a field, or combination of fields, that uniquely identifies each record in a table. It ensures that each record has a unique identifier, which helps in distinguishing and accessing specific records in the table. The primary key is crucial for maintaining data integrity and enforcing data uniqueness within the table.

Submit
19. What is the result of a query where Cust ID >10 and Cust ID < 100?

Explanation

The result of the query where Cust ID > 10 and Cust ID

Submit
20. What symbol can be used to find a record when you only know part of a field entry?

Explanation

The symbol "*" can be used to find a record when you only know part of a field entry. This symbol is often used as a wildcard character in database queries, allowing you to search for records that match a certain pattern or have a specific set of characters in a particular field. By using "*", you can effectively search for records that contain any combination of characters before or after the known part of the field entry.

Submit
21. Within an Access table, each record is represented by one _____.

Explanation

Within an Access table, each record is represented by one row. In a table, data is organized into rows and columns. A row represents a single record, which contains all the information related to that specific entry. Each field or attribute of the record is stored in a separate column. Therefore, the correct answer is row.

Submit
22. Within an Access table, each field is represented by one _____.

Explanation

Within an Access table, each field is represented by one column. In a table, data is organized in rows and columns, with each column representing a specific field. Fields contain the actual data values for each record in the table. Therefore, the correct answer is column.

Submit
23. Which Data Type would you use for the field "Basic Salary"?

Explanation

The field "Basic Salary" typically involves numerical values that represent a specific amount of money. Therefore, the most appropriate data type to use for this field would be "Currency." This data type allows for the storage and manipulation of monetary values, ensuring accurate calculations and formatting for financial data.

Submit
24. Which type of field is incremented automatically?

Explanation

AutoNumber is a type of field that is incremented automatically. This means that whenever a new record is added to the database, the value of the AutoNumber field will be automatically incremented by a predefined increment value. This ensures that each record has a unique identifier without the need for manual input or management.

Submit
25. Which query do you use to answer the question "Which employees earn more than $5,000 a month"?

Explanation

A select query is used to answer the question "Which employees earn more than $5,000 a month?" This type of query allows you to retrieve specific data from a database based on certain criteria. In this case, the select query would be used to select the employees who have a monthly salary greater than $5,000.

Submit
26. Data should be split into smallest parts.

Explanation

The correct answer is "True. Last Name and First Name should have separate fields." This is because it is generally considered best practice to store Last Name and First Name as separate fields in a database. This allows for easier sorting, searching, and manipulation of the data. It also allows for more flexibility in cases where a person may have multiple last names or multiple first names. Storing them separately also makes it easier to adhere to data normalization principles.

Submit
27. All of the following are Data Types in Access EXCEPT _____.

Explanation

In Access, "Sort" is not a data type. The other options listed - Date/Time, Yes/No, OLE Object, and Attachment - are all valid data types in Access.

Submit
28. Which of the following would represent the order of database concepts from narrowest to broadest?

Explanation

The correct order of database concepts from narrowest to broadest is: Fields, Records, Table, Database. Fields are the smallest units of data in a database, followed by records which are collections of related fields. Tables are made up of multiple records and organize data into a structured format. Finally, a database is a collection of tables that are interrelated and store all the data for a particular system or application.

Submit
29. In a query, which will return names beginning with the letter "K"?

Explanation

The correct answer is "Like 'K*'". This is because the "LIKE" keyword is used in SQL to perform pattern matching. The "%" symbol is a wildcard character that represents any number of characters, so "Like 'K*'" will return any names that start with the letter "K" followed by any number of characters.

Submit
30. Which of the following is a valid Data Type in Access?

Explanation

All of the options listed (Hyperlink, Currency, Memo, OLE Object, Attachment) are valid data types in Access. Access allows for a variety of data types to be used in tables, such as text, numbers, dates, and more. These specific data types mentioned are commonly used in Access to store different types of information. Therefore, the correct answer is that all of the options are valid data types in Access.

Submit
31. Which tool do you use to create a query object?

Explanation

The Simple query wizard is used to create a query object. This tool provides a user-friendly interface that allows users to easily define the criteria and parameters for their queries. It simplifies the process of creating queries by guiding users through the necessary steps and providing options for selecting tables, fields, and conditions. With the Simple query wizard, users can quickly create and customize query objects without the need for advanced technical knowledge or coding skills.

Submit
32. Which object(s) can be used to create a form?

Explanation

Tables and queries can be used to create a form. Tables store the data that will be displayed and manipulated in the form, while queries are used to retrieve and filter the data from the tables. By combining the functionality of tables and queries, a form can be created to provide an interface for users to input and view data in a structured manner.

Submit
33. Which Data Type is better to use for storing a phone number in the following format: 304-555-5555?

Explanation

The phone number format "304-555-5555" contains both numbers and hyphens, which are not mathematical operations. Therefore, it is more appropriate to store it as a text data type rather than a numeric data type. Text data types can accommodate alphanumeric characters and special characters like hyphens, making it the better choice for storing phone numbers in this format.

Submit
34. What is the purpose of indexing?

Explanation

The purpose of indexing is to speed up data search. Indexing involves creating a separate data structure that organizes the data in a way that allows for faster retrieval of specific information. By creating an index, the system can quickly locate the desired data without having to search through the entire table. This improves the efficiency and performance of data search operations.

Submit
35. Use this view to display a table in columns and rows.

Explanation

The correct answer is "datasheet view" because it allows the user to display data in a tabular format with columns and rows, similar to a spreadsheet. This view is particularly useful for entering and editing data in a structured manner, as well as sorting, filtering, and searching for specific records. It provides a clear and organized representation of the data, making it easier to work with and analyze.

Submit
36. A _____ is a unit of information in a _____.

Explanation

A "field" is a unit of information in a "record". In a database, a record is a collection of related data fields that are grouped together. Each field within a record contains a specific piece of data. Therefore, the correct answer is "field, record".

Submit
37. What does the expression [Detail] : [Product] * 1.30 do?

Explanation

The expression [Detail] : [Product] * 1.30 multiplies the contents of Product in the Detail table by 1.3.

Submit
38. Which of the following is NOT a part of the Query Design window?

Explanation

The Query Design window is used to design and create queries in a database. It allows users to specify criteria, select fields, and use operators like "Or" to define query conditions. However, the data type is not a part of the Query Design window. Data types are typically defined at the table or field level, and the Query Design window focuses on defining the structure and conditions for the query, rather than the specific data types.

Submit
39. Which form and report view allows you to immediately see the design changes you are making?

Explanation

Layout View allows you to immediately see the design changes you are making. In this view, you can see both the design elements and the data simultaneously, making it easier to make and visualize changes to the layout of the form or report. This view is useful for adjusting the position and size of controls, adding or removing fields, and overall formatting of the form or report.

Submit
40. Which of the following is NOT a view for interacting with a form object?

Explanation

Datasheet view is not a view for interacting with a form object. Datasheet view is used for interacting with tables or queries in a tabular format, allowing users to view and edit multiple records at once. It is not specifically designed for interacting with individual form objects. The other views mentioned (Layout view, Design view, and Form view) are all specifically used for interacting with form objects in different ways.

Submit
41. Which of the following is NOT a field Data Type?

Explanation

The field data types mentioned in the question are Lookup Wizard, OLE Object, Yes/No, Currency, and Link. Among these options, "Link" is not a field data type. Lookup Wizard is a field data type that allows users to choose a value from a list or a table. OLE Object is a field data type that can store and display objects from other applications. Yes/No is a field data type that represents boolean values. Currency is a field data type that stores currency values. However, "Link" is not a recognized field data type in most database systems.

Submit
42. The easiest way to filter is _____.

Explanation

The easiest way to filter is by selecting specific criteria or options from a list. This allows the user to narrow down the results and focus on a specific subset of data. By choosing the desired selections, the user can quickly filter and retrieve the relevant information they are looking for.

Submit
43. What determines a table's sort order?

Explanation

The sort order of a table is determined by the index field. An index field is a field that is created to improve the performance of searching, sorting, and filtering data in a table. It allows for faster retrieval of data by organizing the data in a specific order. When sorting a table, the index field is used as the basis for arranging the records in ascending or descending order. Therefore, the index field plays a crucial role in determining the sort order of a table.

Submit
44. You want to use the validation rule and validation text to create a database that only contains eligible voters in the next election.  Which of the following could be used in the field properties section of the Date of Birth field name where mm is the month, dd is the day, and yyyy is the year?  

Explanation

=mm/dd/yyyy Validation Text: Not eligible to vote

Submit
View My Results

Quiz Review Timeline (Updated): Mar 20, 2023 +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Mar 20, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Apr 22, 2012
    Quiz Created by
    Angievance
Cancel
  • All
    All (44)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
A report is an effective way of presenting your data in an organized...
Which Data Type would you use for the field "First Name"?
Field Size, Format, Validation Rule, Validation Text, Input Mask,...
Queries allow you to ask questions about data in the database table or...
Each database must contain at least one _____.
_____ is a column in a table that contains a category of information.
What is the intersection of a row and a column?
If you have a database containing information about students, then all...
Which view is used to add, edit, and delete records in a table?
An organized collection of logically related data is known as _____.
Which of the following is not a database object?
You can save a filter as a query.
If you have a database containing information about students, then the...
How are fields and records displayed?
The first step in designing a new database is _____.
In a query criteria row, AND means _____.
Which field appears as a check box in a table?
_____ is a field, or combination of fields, that uniquely identifies...
What is the result of a query where Cust ID >10 and Cust ID <...
What symbol can be used to find a record when you only know part of a...
Within an Access table, each record is represented by one _____.
Within an Access table, each field is represented by one _____.
Which Data Type would you use for the field "Basic Salary"?
Which type of field is incremented automatically?
Which query do you use to answer the question "Which employees...
Data should be split into smallest parts.
All of the following are Data Types in Access EXCEPT _____.
Which of the following would represent the order of database concepts...
In a query, which will return names beginning with the letter...
Which of the following is a valid Data Type in Access?
Which tool do you use to create a query object?
Which object(s) can be used to create a form?
Which Data Type is better to use for storing a phone number in the...
What is the purpose of indexing?
Use this view to display a table in columns and rows.
A _____ is a unit of information in a _____.
What does the expression [Detail] : [Product] * 1.30 do?
Which of the following is NOT a part of the Query Design window?
Which form and report view allows you to immediately see the...
Which of the following is NOT a view for interacting with a form...
Which of the following is NOT a field Data Type?
The easiest way to filter is _____.
What determines a table's sort order?
You want to use the validation rule and validation text to create a...
Alert!

Advertisement