72.7k views
4 votes
Identify two entities and 2 of their attributes from the given scenario.

Book.com is an online virtual store on the Internet where customers can browse the catalog and select products of interest.

1 Answer

3 votes

Bookstore and BookSearch are the two entities for the given scenario.

Step-by-step explanation:

  • For the given Book.com virtual store, there can be two entities like Bookstore and BookSearch.
  • Bookstore can have all the details of the books in the virtual store. hence the attributes can be
  • Bookstore attributes: bookname, Authorname, Publisher, Publishedyear, Agegroup, category.
  • BookSearch entity can be used to search the books in the virtual store.
  • Booksearch attributes: bookname, category, bookid, authorname.
User Lbrutti
by
4.2k points