DBMS Data Models

Computer Science and Engineering > DataBase Management System

The overall database design and implementation process starts with requirements gathering and specifications. Once the requirements of the user have been specified, the next step is to construct an abstract or conceptual model of a database based on the requirements of the user. This phase is known as conceptual modeling or semantic modeling. ➲ DBMS Data Models - Quiz


  • A Conceptual database design
  • B Logical database design
  • C Requirement analysis
  • D None of these
  • A Concrete entity
  • B Abstract entity
  • C Entity type
  • D None of these
  • A An entity is a distinguishable object that has an independent existence in the real world
  • B An entity may be related to itself
  • C An entity may be related to many other entities
  • D All of these
  • A The attributes are the properties of an entity that characterize and describe it
  • B Each attribute has a particular value
  • C Each attribute can accept a value from a set of permitted values called the domain
  • D All of these
  • A None of these
  • B Is distinct
  • C Need not be distinct
  • D May or may not be distinct
  • A Unique attribute
  • B Simple attribute
  • C Identifying attribute
  • D Multi-valued attribute
  • A Address
  • B Roll number
  • C Marks
  • D Any of these
  • A Identifying relationship
  • B Weak relationship
  • C Strong relationship
  • D Relationship type
  • A Two-way relationship
  • B Double relationship
  • C Binary relationship
  • D Multiple relationship
  • A One-to-one
  • B One-to-many
  • C Many-to-many
  • D Many-to-one
  • A One-to-one relationship
  • B One-to-many relationship
  • C Many-to-one relationship
  • D Many-to-many relationship
  • A Square
  • B Rectangle
  • C Diamond-shaped box
  • D Ellipse
  • A Generalization
  • B Aggregation
  • C Participation
  • D Specialization
  • A Inheritance
  • B Specialization
  • C Aggregation
  • D Generalization
  • A E-R
  • B EER
  • C UML
  • D None of these
  • A Conceptual
  • B Relational
  • C Both (a) and (b)
  • D None of these