Re: relational DBMS vs object-relational DBMS

2001-10-24 Thread Siomara Pantarotto
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

Re: relational DBMS vs object-relational DBMS

2001-10-24 Thread Guitar Man
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