Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors

OODBMS vs RDBMS

OODBMSRDBMS
Stores data and methodsStores only data
Main objective data encapsulation and data independenceMain objective data independence
Classes can be reorganized without affecting the mode of using them.Data can be reorganized without affecting the mode of using them.
here objects are activeHere data are passive
Here structure of data is complex, for different types of dataHere structure of data is simple, (row, column,table) , for different types of data.
Data can be chained togetherData is separated in different tables/ relations
Encapsulation, inheritance is used for data redundancyNormalization is used for data redundancy