exam questions

Exam 98-364 All Questions

View all questions & answers for the 98-364 exam

Exam 98-364 topic 1 question 162 discussion

Actual exam question from Microsoft's 98-364
Question #: 162
Topic #: 1
[All 98-364 Questions]

John works as a Database Administrator for DataOneWorld Inc.
The company has a SQL Server database.
John wants to insert records in a table where the database is structured in a fixed format.
Which of the following data models will he use to accomplish the task?

  • A. Object relational data model
  • B. Entity-Relationship Model
  • C. Network data model
  • D. Relational model
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
rogeriosolano
2 years, 11 months ago
Selected Answer: D
A relational model uses a collection of tables to represent both data and the relationship between those data. Every table has multiple columns, and each column has a unique name. A relational model is an example of a record-based model. Record-based models are so named because the database is structured in a fixed format. Each table in the database contains records of a particular type and each record type defines a fixed number of fields or attributes. This model is the most widely used data model, and most database systems are based on this model.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...