I have created a database in Oracle SQL Developer and was wondering what kind of model it is. I have read in several books that Oracle supports a relational model and introduced features for objectrelational databases in the 90s. Now I am not quite sure what model I have implemented. Actually, I am not using objectrelational stuff like CLOB/ BLOB or something else, so I would say that I have implemented a relational model.
Is that correct?