Posts

RELATIONAL & OBJECT DATABASE MANAGEMENT SYSTEM..

Image
  CONTENT   🖳 What is OODBMS 🖳 Components of Object Oriented data Model 🖳 Advantages and Disadvantages 🖳 Difference between RDBMS AND OODB 🖳 Why we Use OODBMS 🔈  An object-oriented database (OOD) is a database system that can work with complex data objects 🔈  In object-oriented programming, everything is an object, having different properties and methods.  🔈  An object-oriented database management system works in concert with an object-oriented programming language to facilitate the storage and retrieval of object-oriented data. COMPONENT OF OODATA MODELS 🔈  Attributes :Defines the characteristics of an object, such as integer ,string, real number or may be complex object 🔈  Methods: Method defines the state and behaviors of  An object called as procedures or function. 🔈  Object :object  contain both executable code and data. ADVANTAGES 🔈  Complex data sets can be saved and retrieved quickly and easily 🔈  Obje...