Online Access Free 98-364 Exam Questions
| Exam Code: | 98-364 |
| Exam Name: | Microsoft Database Fundamentals |
| Certification Provider: | Microsoft |
| Free Question Number: | 130 |
| Posted: | May 24, 2026 |
HOTSPOT
Instructions: For each of the following statements, select Yes if the statement is true. Otherwise, select No. Each correct selection is worth one point.
HOTSPOT
You have two database tables as defined below. The StateID column is unique in the State table. The AddressID column is unique in the Address table. The two tables are related by the StateID column.
Instructions: Use the drop-down menus to select the answer choice that completes each statement. Each correct selection is worth one point.
You have the following table definition:
CREATE TABLE Road (RoadID INTEGER NOT NULL, Distance INTEGER NOT NULL)
The Road table contains the following data: You execute the following statement:
INSERT INTO Road VALUES (1234, 36)
What is the result?

