In Relational Database you usually create tables where the columns are
primitive datatypes such as number, varchar2, date (these are oracle
primitive dataypes).
So... to create a table Customer, for example, you would do something like:
create table customer (
customerID number(10),
custo
http://searchdatabase.techtarget.com/sDefinition/0,,sid13_gci213671,00.html
An object-oriented database management system (OODBMS), sometimes shortened
to ODBMS for object database management system), is a database management
system (DBMS) that supports the modelling and creation of data as obj