A database has two tables, Planet and Moon. Moons are related to a single planet and their relationship is set to delete related records in the Moon table when a Planet record is deleted.
Which two things happen when the Planet table is deleted from the Tables tab of the Define Database dialog? (Choose two.)
Which three are valid types listed in the FileMaker Pro 8 Export Records to File dialog? (Choose three.)
For accounts that are authenticated via FileMaker, which two are controlled by privilege sets in FileMaker Pro 8? (Choose two.)
A layout showing records from a People table has the Save record changes automatically checkbox disabled in the Layout Setup dialog. Which two actions cause FileMaker Pro 8 to display a dialog asking whether or not you want to save changes to the current record? (Choose two.)
In the Fields tab of the Define Database dialog in FileMaker Pro 8, which two are valid field types? (Choose two.)
Which type of file results from converting a CDML format file using the FileMaker CDML Converter?
What are three valid sources for directly importing records into FileMaker Pro 8 file? (Choose three.)
Which three technologies/products may be used in conjunction with FileMaker Server 8 Advanced to produce custom Web pages? (Choose three.)
Click the Exhibit button.
Given the FileMaker Pro 8 relationship graph shown in the exhibit, a layout assigned to the Teachers table occurrence has fields Name and Address, and a portal showing the Students table occurrence.
If a developer assigns the layout to the Advisors table occurrence, what happens to the data displayed?
Which two statements are true of a FileMaker Pro 8 database? (Choose two.)
In FileMaker Pro 8, which two statements are true for layout setup options? (Choose two.)
Click the Exhibit button.
You want to build a FileMaker Pro 8 database that models a business organizational chart. One person may manage zero or more people. One person may be managed by at most one other person.
You want to build the system in such a way that a single layout about a person can display the name of the current person's manager as well as a portal of the people managed by the current person (as shown in the exhibit).
Assume that there are no lookup fields or calculation fields defined in any table, and there are no scripts in the file.
What is the minimum number of table occurrences you must use to construct the layout?
Given the formula:
Choose( Qty / 100; 0; 2; 4; 6; 8 )
If the field Qty contains the value 250, what is the result?