logo

Question detail

Which is the correctly formatted entity description for a Book entity with BookID, Title and Author?

Try the question, check the answer, then read the explanation to understand the curriculum point.

At a glance

MCQ

Type

practice

Style

Topic

Conceptual data models and entity relationship modelling

Exam-style question

Try this first

Which is the correctly formatted entity description for a Book entity with BookID, Title and Author?.

  1. A.Book [BookID, Title, Author]
  2. B.Book (BookID, Title, Author)
  3. C.Book: BookID, Title, Author
  4. D.Book {BookID; Title; Author}

Model answer

What a good answer should say

  • Book (BookID, Title, Author)

Explanation

Why this works

The required entity description form is Entity1 (Attribute1, Attribute2, ...). Therefore, the entity name is followed by parentheses containing the attributes separated by commas.

Common mistake

No common mistake is linked to this question yet.

Related flashcards

No flashcards are published for this page yet.

Related practice questions

No questions are published for this page yet.