logo

CuriousTab

CuriousTab

Discussion


Home Database Logical Database Design Comments

  • Question
  • When mapping a supertype/subtype relationship which of the following is true?


  • Options
  • A. The supertype primary key is assigned to each subtype.
  • B. The subtype primary key is assigned to each supertype.
  • C. There is no link between the supertype/subtype entities.
  • D. There is no primary key/foreign key relationship between a supertype/subtype.

  • Correct Answer
  • The supertype primary key is assigned to each subtype. 


  • Logical Database Design problems


    Search Results


    • 1. When mapping a ternary relationship with an associative entity into a relation which of the following is true?

    • Options
    • A. One relation is created.
    • B. Two relations are created.
    • C. Three relations are created.
    • D. Four relations are created.
    • Discuss
    • 2. When mapping a regular entity into a relation which of the following is true?

    • Options
    • A. One relation is created.
    • B. Two relations are created.
    • C. Three relations are created.
    • D. Four relations are created.
    • Discuss
    • 3. A transitive dependency is which of the following?

    • Options
    • A. A functional dependency between two or more key attributes.
    • B. A functional dependency between two or more nonkey attributes.
    • C. A relation that is in first normal form.
    • D. A relation that is in second normal form.
    • Discuss
    • 4. If no multivalued attributes exist and no partial dependencies exist in a relation, then the relation is in what normal form?

    • Options
    • A. First normal form
    • B. Second normal form
    • C. Third normal form
    • D. Fourth normal form
    • Discuss
    • 5. The relational model consists of:

    • Options
    • A. data in the form of tables.
    • B. data redundancy.
    • C. operations using non-SQL languages.
    • D. unorganized data.
    • Discuss
    • 6. When mapping a multivalued attribute into a relation which of the following is true?

    • Options
    • A. One relation is created.
    • B. Two relations are created.
    • C. Three relations are created.
    • D. Four relations are created.
    • Discuss
    • 7. Which of the following is true concerning triggers?

    • Options
    • A. You do not create them with SQL.
    • B. They execute against only some applications that access a database.
    • C. They have an event, condition, and action.
    • D. They cannot cascade (cause another trigger to fire).
    • Discuss
    • 8. What type of join is needed when you wish to include rows that do not have matching values?

    • Options
    • A. Equi-join
    • B. Natural join
    • C. Outer join
    • D. All of the above.
    • Discuss
    • 9. What type of join is needed when you wish to return rows that do have matching values?

    • Options
    • A. Equi-join
    • B. Natural join
    • C. Outer join
    • D. All of the above.
    • Discuss
    • 10. Embedded SQL is which of the following?

    • Options
    • A. Hard-coded SQL statements in a program language such as Java.
    • B. The process of making an application capable of generating specific SQL code on the fly.
    • C. Hard-coded SQL statements in a procedure.
    • D. Hard-coded SQL statements in a trigger.
    • Discuss


    Comments

    There are no comments.

Enter a new Comment