The following criterion is NOT written using the proper syntax?
A. "Haris"
B. <500
C. NO VALUE
D. Between #1/1/2000# and #12/31/2000#
Select an option to see the answer and solution.
In which order do you place the field to sort a Dynaset first by zipcode, then by lastname and then by firstname?
A. zipcode, firstname, lastname
B. firstname, lastname, zipcode
C. zipcode, lastname, firstname
D. can't sort by multiple fields
Select an option to see the answer and solution.
In Access press to Cycle through the field grid, field properties, Navigation Pane, access keys in the Keyboard Access System, Zoom controls, and the security bar (Design view of tables)
A. F6
B. F7
C. F8
D. None of these
Select an option to see the answer and solution.
Which control type do you use to create a calculated control?
A. command button
B. combo box
C. text box
D. list box
Select an option to see the answer and solution.
An organized collection of logically related data is known as
A. Data
B. Meta data
C. Database
D. Information
Select an option to see the answer and solution.
What is the memo data type field used for?
A. To add table
B. To store objects created in other programs
C. For long text entries
D. For shout text entries of no more than 255 characters
Select an option to see the answer and solution.
This type of query summarizes large amounts of data in easy-to-read, row-and-column format.
A. Crosstab
B. Columnar
C. Select
D. Action
Select an option to see the answer and solution.
Which of the following is not a field type in Access
A. Memo
B. Hyperlink
C. OLE Object
D. Lookup Wizard
Select an option to see the answer and solution.
When creating a new table which method can be used to choose fields from standard databases and tables
A. Create table in Design View
B. Create Table using wizard
C. Create Table by Entering data
D. None of above
Select an option to see the answer and solution.
The Table _______________ Wizard analyzes a database and recommends changes for normalization.
A. Analyzer
B. Documenter
C. Cleanup
D. Normalization
Select an option to see the answer and solution.
Which criteria return only those addresses beginning with the letter "K"?
A. address = "K"
B. address = "K*"
C. address = "K?"
D. address = "K#"
Select an option to see the answer and solution.
Which of the following database object is created first before any other created?
A. Table
B. Form
C. Report
D. Query
Select an option to see the answer and solution.
Which function evaluates a "true/false" expression and then performs one of two actions?
Select an option to see the answer and solution.
A part of database that stores complete information about an entity such as employee, sales, orders etc.
A. File
B. Record
C. Field
D. Query
Select an option to see the answer and solution.
The procedure for selecting multiple controls on a report?
A. Hold down the Shift key as you click each object that you want to select
B. If the controls are aligned along a horizontal or vertical line, click the horizontal or vertical ruler above or to the left of the controls
C. Hold down the Ctrl key as you click each object that you want to select
D. All of these above are true
Select an option to see the answer and solution.
After entering all fields required for a table, if you realize that the third field is not needed, how will you remove?
A. You need to delete the whole tablThere is no method to remove a particular field only.
B. Delete all the fields from third downwards and reenter the required fields again.
C. Select the third column in datasheet view then Delete
D. Select the third row in table design view then Delete
Select an option to see the answer and solution.
What is an index?
A. A wizard that creates a functional database structure based on the user's selections
B. A widely recognized naming convention for database objects
C. A sort order for records, which is identified in the table design
D. A set of relationship rules that enforce defined database relationships
Select an option to see the answer and solution.
Which of the following is NOT a report section?
A. Report Header section
B. Summary section
C. Page header section
D. Details section
Select an option to see the answer and solution.
What happens when you release mouse pointer after you drop the primary key of a table into foreign key of another table?
A. A relationship is created
B. Edit relationship dialog box appears
C. Error occurs
D. Nothing happens
Select an option to see the answer and solution.
In table design view what are the first column of buttons used for
A. Indicate Primary Key
B. Indicate Current Row
C. Both of above
D. None of above
Select an option to see the answer and solution.