Exam 11: Enhanced Database Techniques

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

A(n)________ macro is a macro that executes when an event attached to a control or object occurs.

(Short Answer)
4.9/5
(34)

Which of the following is not considered to be an industry-leading DBMS?

(Multiple Choice)
4.7/5
(25)

When you create a command button,an embedded macro is automatically created.

(True/False)
4.8/5
(34)

The version of SQL that is found in Access has a graphical user interface to make creating SQL statements much easier.

(True/False)
5.0/5
(24)

A constant used to provide the output for an action is called a(n)________.

(Multiple Choice)
4.9/5
(32)

When an On Close event is triggered and there is no macro attached to the event,what does Access do?

(Multiple Choice)
4.8/5
(29)

What type of macros allow companies to apply business logic to a database?

(Multiple Choice)
5.0/5
(41)

A(n)________ data macro can be attached to an event in a form.

(Short Answer)
4.9/5
(30)

In SQL,what statement is used to retrieve data from a table?

(Multiple Choice)
4.9/5
(37)

________ is the data retrieval and data manipulation language of all the industry-leading databases.

(Short Answer)
4.9/5
(32)

Which event is triggered any time you enter or update data on a form?

(Multiple Choice)
4.8/5
(34)

When a user enters,edits,or deletes data; Access determines that what has occurred?

(Multiple Choice)
4.9/5
(28)
Given this SQL statement,match the question with the correct answer: SELECT Contribution.SSN,Contribution.PayDate,Contribution.GrossPay,Contribution.[401KEmployee],Contribution.[401KMatch],Contribution.[401KTotal] INTO Archive FROM Contribution WHERE (((Contribution.SSN)="456667778"))ORDER BY Contribution.PayDate.
What are the criteria being applied?
(((Contribution.SSN)="456667778"))
How are the records being sorted?
Contribution
Where are these fields coming from?
Six
Correct Answer:
Verified
Premises:
Responses:
What are the criteria being applied?
(((Contribution.SSN)="456667778"))
How are the records being sorted?
Contribution
Where are these fields coming from?
Six
What is the name of the new table?
Paydate
How many fields will be involved?
Archive
(Matching)
4.9/5
(25)

A(n)________ is a series of actions that can be programmed to automate tasks.

(Short Answer)
4.9/5
(26)

Which one of the four keywords in SQL is used to pick which fields will be in the query?

(Multiple Choice)
4.8/5
(32)

SQL stands for what?

(Multiple Choice)
4.8/5
(35)

You can run a named data macro from within another macro by using what action?

(Multiple Choice)
4.8/5
(37)

Since SQL statements are considered text,you can copy and paste them just like any other text.

(True/False)
4.9/5
(33)

Table validation rules can only work with one field.

(True/False)
4.8/5
(40)

When business logic requires the comparison of two or more fields,you need to use a(n)________ macro.

(Short Answer)
4.9/5
(32)
Showing 41 - 60 of 100
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)