Vous êtes sur la page 1sur 1

9.

1
1. An action query is a query that makes changes to or moves many records in just
one operation
2. Always create a backup of at least your table(s) before performing an action
query.
3. A make-table query creates a new table and an append query just changing an
existing one.
4. A delete query to remove multiple tables all at once.
5. An Update Query is an action query that changes a set of records according to
criteria you specify.
6. It would result in the update of tables in unintended ways.
9.2
1. 1:1, M:N, 1:M
2. An entity subtype is a table whose primary key is a foreign key to a second table
and whose fields are additional fields for the second table.
3. Outer join returns all the rows from the first table, even if there are no matches
in the second table. Inner join requires there is at least a match in comparing the
two tables.
4. A self-join is a query in which a table is joined (compared) to itself.
6. Figure 9-30 lists the field names from two tables: tblDepartment and
tblEmployee.
a. DepartmentID and EmployeeSSN
b. 1:M
c. Yes DepartmentID
d. No

Vous aimerez peut-être aussi