Ask DBMS Expert


Home >> DBMS

1. The first step anyone should take in building a database is to:
a. Determine the version of access to use.
b. Determine the number of table that will be required.
c. Determine the purpose of the database.
d. Run an ERD analysis of the data information.

2. A data entry such as the last name of a customer should be:
a. Hosted in a singe record in a single table.
b. Hosted in two separate records in a single table.
c. Hosted in a separate record in two separate tables.
d. Input as a text file entry into a single table.

3. How does access identify each record within a database?
a. By the first field created for each record
b. By its primary key
c. By the table number
d. By the table's tabular chart ID

4. You are creating a series of fields for your customer database. You want to make sure that the data entry person always inputs a last name for each field. What is the most effective way to do this?
a. Format the filed to a different background color than the other fields.
b. Make it the first field in the table.
c. Make it the last field in the table.
d. Set it as a required field.

5. You need to configure the properties of a field that will list the hiring date for each employee so that the date is always displayed in the format. Which tab ribbon do you access to accomplish this?
a. Design tab
b. Format tab
c. Database tools tab
d. Description tab

6. You have a database comprised of thousands of records; each record representing a purchase by a customer, there is a field in the database that displays the shipping charge applied to each purchase. You have only three shipping charges, $5, $10, $15. You want to ensure that your data entry person inputs only one of these three numbers. You can accomplish this by setting ______ the field.
a. The format property of
b. The caption property of
c. A validation rule for
d. A default value for

7. Now that you know how to use access 2007, your boss wants you to convert many of the excel worksheets you used to create for data information to access databases. How do you do this?
a. Import the excel worksheets by clicking the office button and selecting import.
b. Click the excel button in the import group on the external data tab ribbon.
c. Click the excel button in the conversion group on the external data tab ribbon.
d. Click the excel button in the office application group on the design tab ribbon.

8. You create a table in access 2007 and link it to the source data in an excel worksheet that is stored on the same computer that hosts access 2007. What is the benefit of doing this?
a. Any future changes made to the worksheet will be reflected within the access table.
b. Once the import process is complete, excel will archive the worksheet.
c. Once the conversion process is complete, excel will archive the worksheet.
d. Access will open the excel program whenever this table is opened in access.

9. You have a field in your customer database for phone numbers. You want the field to display a hyphen within the number requiring the data entry person to enter it. How do you do this?
a. Set the hyphen as a default value for the field.
b. Create a validation rule for the field.
c. Format the field for the hyphen character.
d. Use the input mask wizard and select the hyphen.

10. What is the purpose of creating a lookup column in access?
a. To create a field that will compare itself to other fields within the same database
b. To create a field that will compare itself to other fields from other databases
c. To retrieve values from other sources such as other table or a list
d. To lookup format and style setting that match the data being inputted

11. What is the benefit for your data entry people by providing their data entries via combo boxes?
a. They can choose which formatting style they need by the click of a mouse.
b. It eliminates typing errors since data entries are selected by the mouse.
c. It combines multiple fields into one simple input box.
d. It will add the field entry into all other related fields upon entering the data.

12. The most common relationship in access 2007 is:
a. One-to-one
b. One-to-many
c. Many-to-many
d. Many-to-one

13. You modify the primary key values in one table of your database and all the related records in another table are automatically updated. You have just witnessed an example of a (n) _______ update.
a. Cascading
b. Relational
c. Intermediate relation
d. Intermediate integrity

14. One of your suppliers has gone out of business. You want to delete its record from your database and ensure that it is deleted from all related tables. The best way to accomplish this is to implement a (n) ________ delete.
a. Intermediate relation
b. Relational
c. Cascading
d. Total

15. You wish to create a form in access 2007. The easiest way to do this is to click the form button on the ________ tab ribbon.
a. Home
b. Design
c. Database
d. Create

16. You want to use the snipping tool application to do a screen capture of your open access screen. To access it you need to select it from the:
a. Office button
b. Design tab ribbon
c. Accessories folder from the start menu
d. Administrative tools in the start menu

17. You have created a form in access 2007 but the form is blank. What could be the reason?
a. The table for the form has no data
b. A table has not been assigned to the form
c. A column has not been assigned to the form
d. A database has no been assigned to the form

18. You want to insert a text box into a form you are creating in access 2007. You can do this by clicking the text box button from the_______ group on the _______ tab ribbon.
a. Object; insert
b. Object; design
c. Controls; create
d. Controls; design

19. You want to modify the tab order of a form you are creating. You need to access the tab order button from the _______ layout group on the _______ tab ribbon.
a. Control; design
b. Control; arrange
c. Form; design
d. Form; arrange

20. You have opened the snipping took and want to capture the entire screen of your computer and save it to your computer. You can do this by click the:
a. New button and click full-screen snip
b. Snip button and click the full-screen snip
c. New button and drag the mouse across the entire screen
d. Snip button and drag the mouse across the entire screen

DBMS, Programming

  • Category:- DBMS
  • Reference No.:- M91388649
  • Price:- $10

Guranteed 24 Hours Delivery, In Price:- $10

Have any Question?


Related Questions in DBMS

Data mining assignment -in this assignment you are asked to

Data Mining Assignment - In this assignment you are asked to explore the use of neural networks for classification and numeric prediction. You are also asked to carry out a data mining investigation on a real-world data ...

Sql query assignment -for this assignment you are to write

SQL Query Assignment - For this assignment you are to write your answers in a word document. This assignment is in three parts: Part A (reporting queries), Part B (query performance), Part C (query design). For this assi ...

The groceries datasetimagine 10000 receipts sitting on your

The groceries Dataset Imagine 10000 receipts sitting on your table. Each receipt represents a transaction with items that were purchased. The receipt is a representation of stuff that went into a customer's basket. That ...

You are in a real estate business renting apartments to

You are in a real estate business renting apartments to customers. Your job is to define an appropriate schema using SQL DDL in MySQL. The relations are Property(Id, Address, NumberOfUnits), Unit(ApartmentNumber, Propert ...

Objectivethe objective of this lab is to be familiar with a

OBJECTIVE: The objective of this lab is to be familiar with a process in big data modeling. You're required to produce three big data models using the MS PowerPoint software. This tool is available on UMUC Virtual Deskto ...

The relation memberstudentid organizationid roleid stores

The relation Member(StudentId, OrganizationId, RoleId) stores the membership information of student joining organization. For example, ('S1', 'O2', 'R3') indicates that student with Id 'S1' joined the organization with i ...

Relational database exerciseyou have been assigned to a new

Relational Database Exercise: You have been assigned to a new development team. A client is requesting a relational database system to manage their present store with the anticipation of adding more stores in the future. ...

Relational database design a given the following business

Relational Database Design A) Given the following business rules, identify entity types, attributes (at least two attributes for each entity, including the primary key) and relationships, and then draw an Entity-Relation ...

We can represent a data set as a collection of object nodes

We can represent a data set as a collection of object nodes and a collection of attribute nodes, where there is a link between each object and each attribute, and where the weight of that link is the value of the object ...

Data model development and implementationpurpose of the

Data model development and implementation Purpose of the assessment (with ULO Mapping) The purpose of this assignment is to develop data models and map Database System into a standard development environment to gain unde ...

  • 4,153,160 Questions Asked
  • 13,132 Experts
  • 2,558,936 Questions Answered

Ask Experts for help!!

Looking for Assignment Help?

Start excelling in your Courses, Get help with Assignment

Write us your full requirement for evaluation and you will receive response within 20 minutes turnaround time.

Ask Now Help with Problems, Get a Best Answer

Why might a bank avoid the use of interest rate swaps even

Why might a bank avoid the use of interest rate swaps, even when the institution is exposed to significant interest rate

Describe the difference between zero coupon bonds and

Describe the difference between zero coupon bonds and coupon bonds. Under what conditions will a coupon bond sell at a p

Compute the present value of an annuity of 880 per year

Compute the present value of an annuity of $ 880 per year for 16 years, given a discount rate of 6 percent per annum. As

Compute the present value of an 1150 payment made in ten

Compute the present value of an $1,150 payment made in ten years when the discount rate is 12 percent. (Do not round int

Compute the present value of an annuity of 699 per year

Compute the present value of an annuity of $ 699 per year for 19 years, given a discount rate of 6 percent per annum. As