Talk:Comparison of relational database management systems: Difference between revisions
Content deleted Content added
syntaxhighlight & fix lint |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 1:
{{WikiProject
{{WikiProject Computing|importance=|software=yes|software-importance=}} {{
}}
{{ archive box |
* [[/Archive 2005]]
Line 143 ⟶ 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">
CREATE TABLE BLEAH (
A1 CHAR(2000 BYTE),
Line 152 ⟶ 154:
A6 CHAR(2000 BYTE),
A7 CHAR(2000 BYTE));
</syntaxhighlight>
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 391 ⟶ 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)
|