Talk:Comparison of relational database management systems: Difference between revisions

Content deleted Content added
syntaxhighlight & fix lint
 
(3 intermediate revisions by 3 users not shown)
Line 1:
{{WikiProject Computingbanner shell|class=List|
{{WikiProject Computing|importance=|software=yes|software-importance=}}
{{WPDATABASE|classWikiProject = ListDatabases|importance = High}}
}}
{{ archive box |
* [[/Archive 2005]]
Line 6 ⟶ 8:
}}
{{User:WildBot/m04|sect={{User:WildBot/m03|1|Comparison of relational database management systems#fn 2|2|#fn 2}}, {{User:WildBot/m03|1|Comparison of relational database management systems#idx 10 back|Note (10):|#idx 10 back}}, {{User:WildBot/m03|1|Comparison of relational database management systems#idx 11 back|Note (11):|#idx 11 back}}|m04}}
 
 
== Programming languages of the implementations? ==
Line 144 ⟶ 145:
----
The assertion that the maximum row size in Oracle is 8KB is also incorrect. While it does not appear in a document, at least as of version 10.2 of Oracle, the row size can easily exceed 8KB. For example, this is perfectly valid:
<syntaxhighlight lang="sql">
<code>
CREATE TABLE BLEAH (
A1 CHAR(2000 BYTE),
Line 153 ⟶ 154:
A6 CHAR(2000 BYTE),
A7 CHAR(2000 BYTE));
</syntaxhighlight>
</code>
This example can be extended to the full 1000 column limit to create a table with a physical row length of 2000000 bytes. So, while the row length limit is not apparently documented, it is definitely not 8K.
 
Line 316 ⟶ 317:
== Edit Request ==
 
{{request edit COI|answered=yes}}
Hello, I have a conflict of interest for this article because I am being paid by [[NuoDB]] to help them add information. We would like to add NuoDB’s data to the following sections: Operating system support, Fundamental features, Limits, Tables and view, Indices, Database capabilities, Data types, Other objects, Partitioning, and Access control. I understand that I am not supposed to edit articles where I have a COI, so I’m asking for someone to do it for me. I have all the data and can provide it to any editor willing to add it for me. [[User:Bcooper87|Bcooper87]] ([[User talk:Bcooper87|talk]]) 13:56, 28 May 2015 (UTC)
 
Line 392 ⟶ 393:
 
Can someone eXplain the choice of background color in the license column? I find it quite irritating to see proprietary licenses, GPL, and public ___domain use the same shade of purple. What does it mean? --[[Special:Contributions/2A02:8109:9AC0:1E40:AC4B:F238:F73:D435|2A02:8109:9AC0:1E40:AC4B:F238:F73:D435]] ([[User talk:2A02:8109:9AC0:1E40:AC4B:F238:F73:D435|talk]]) 12:09, 1 April 2021 (UTC)
 
== How do you find the template that gives "cite web" script warning? ==
 
"Script warning: One or more { {cite web} } templates have errors;"
But there is a bunch of cite web-templates, and I did not find any with an obvious error. [[User:Emilsteen|Emilsteen]] ([[User talk:Emilsteen|talk]]) 19:28, 12 December 2024 (UTC)