oop - Object Oriented databases -
This is the first time I am working from an object-oriented database. I have been associated with RDBMS for the last few years. But now .. coming into this world of object-oriented databases, I'm worried about DB's creation or after design. My concern is that this is a migration of object-oriented database from the population or RDMS database. It is going to be one of my tasks
I am thinking that what kind of challenges should I prepare for the migration piece, while we are designing these databases.
Any input ??
So is it really a SQL database? I do not think there is nothing with this question that most people will understand as an "object-oriented" database.
It seems that your data is unusable in the form you have posted. ■ You can not insert rows unless you remove or disable any foreign key constraints - at least temporarily in this way. One way to do this is to use a "deferred" barrier though, it seems that you can use Microsoft SQL Server, which does not support fixed constraints.
Comments
Post a Comment