Jump to content

Talk:Comparison of object–relational database management systems

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Clifflandis (talk | contribs) at 14:41, 16 October 2009 (added class & importance for WPDATABASE project). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
WikiProject iconComputing: Software List‑class
WikiProject iconThis article is within the scope of WikiProject Computing, a collaborative effort to improve the coverage of computers, computing, and information technology on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
ListThis article has been rated as List-class on Wikipedia's content assessment scale.
???This article has not yet received a rating on the project's importance scale.
Taskforce icon
This article is supported by WikiProject Software.
WikiProject iconDatabases (inactive)
WikiProject iconThis article is within the scope of WikiProject Databases, a project which is currently considered to be inactive.

Comment

Why does the link entitled "object-relational database management systems" link to the page "Object database"??? This seems nonsensical, since I would expect something object-relational database management systems........

type inheritance

Does postgreSQL have type inheritance? There is no documentation available on the same.

Is that the same as "table inheritance" over here? Jackrepenning (talk) 21:12, 16 September 2008 (UTC)[reply]

Oracle supports calling supertype methods as from 11g (2007)

In Oracle 11g, Oracle supports calling a supertype method (Oracle Database New Features Guide 11g (Release 11.1): (http://www.oracle.com/pls/db111/to_pdf?pathname=server.111/b28279.pdf, http://www.oracle.com/pls/db111/to_toc?pathname=server.111/b28279/toc.htm) —Preceding unsigned comment added by 87.195.43.161 (talk) 21:34, 3 January 2008 (UTC)[reply]

"1.1.11.5 Method Invocation Scoping Operator A subtype usually adds specific data attributes to its more generic supertype. Typically, a NOT FINAL member procedure, for example, Show_Attributes(), is implemented at each level in the type hierarchy. It is natural to implement this at one level by reusing the implementation at the parent level and by adding new code just for the attributes of the subtype. Oracle Database 11g supports the ANSI SQL generalized-invocation syntax to allow the following: (<type-instance> AS <type-name>).<method-name>." —Preceding unsigned comment added by 87.195.43.161 (talk) 21:32, 3 January 2008 (UTC)[reply]

Other RDBMS's???

Why just those 3 (Oracle, OpenLink Virtuoso, PostgreSQL)? Why not MS SQL Server, IBM DB2, and many many other databases? Selection of just those 3 seems very arbitrary. —Preceding unsigned comment added by 87.195.43.161 (talk) 21:37, 3 January 2008 (UTC)[reply]

Because these are OBJECT relational databases, not RDBMS. —Preceding unsigned comment added by 217.17.53.133 (talk) 00:17, 11 June 2008 (UTC)[reply]

Is there a distinction in the lack of difference?

There are two tables here, and they show the same info--all "Yes"--for all attributes of all three products. (Well, there's one footnote.) Is there really no difference among the products? Jackrepenning (talk) 21:08, 16 September 2008 (UTC)[reply]