61 lines
4.1 KiB
HTML
61 lines
4.1 KiB
HTML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE html
|
|
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html lang="en-us" xml:lang="en-us">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="security" content="public" />
|
|
<meta name="Robots" content="index,follow" />
|
|
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
|
|
<meta name="DC.Type" content="concept" />
|
|
<meta name="DC.Title" content="Tables, rows, and columns" />
|
|
<meta name="abstract" content="A table is a two-dimensional arrangement of data consisting of rows and columns." />
|
|
<meta name="description" content="A table is a two-dimensional arrangement of data consisting of rows and columns." />
|
|
<meta name="DC.subject" content="table, definition, row, column, physical file, materialized query table, partitioned table" />
|
|
<meta name="keywords" content="table, definition, row, column, physical file, materialized query table, partitioned table" />
|
|
<meta name="DC.Relation" scheme="URI" content="rbafysqlobjects.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="../db2/rbafzmstch2data.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rbafymqt.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="../dbmult/rzaf3kickoff.htm" />
|
|
<meta name="copyright" content="(C) Copyright IBM Corporation 1998, 2006" />
|
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 1998, 2006" />
|
|
<meta name="DC.Format" content="XHTML" />
|
|
<meta name="DC.Identifier" content="rbafycontables" />
|
|
<meta name="DC.Language" content="en-us" />
|
|
<!-- All rights reserved. Licensed Materials Property of IBM -->
|
|
<!-- US Government Users Restricted Rights -->
|
|
<!-- Use, duplication or disclosure restricted by -->
|
|
<!-- GSA ADP Schedule Contract with IBM Corp. -->
|
|
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
|
|
<link rel="stylesheet" type="text/css" href="./ic.css" />
|
|
<title>Tables, rows, and columns</title>
|
|
</head>
|
|
<body id="rbafycontables"><a name="rbafycontables"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Tables, rows, and columns</h1>
|
|
<div><p>A <dfn class="term">table</dfn> is a two-dimensional arrangement of data consisting
|
|
of <dfn class="term">rows</dfn> and <dfn class="term">columns</dfn>.</p>
|
|
<p>The row is the horizontal part containing one or more columns. The column
|
|
is the vertical part containing one or more rows of data of one data type.
|
|
All data for a column must be of the same type. A table in SQL is a keyed
|
|
or non-keyed physical file.</p>
|
|
<p>A <dfn class="term">materialized query table</dfn> is a table that is used to contain
|
|
materialized data that is derived from one or more source tables specified
|
|
by a select-statement. </p>
|
|
<p>A <dfn class="term">partitioned table</dfn> is a table whose data is contained in
|
|
one or more local partitions (members). </p>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rbafysqlobjects.htm" title="SQL objects are schemas, journals, catalogs, tables, aliases, views, indexes, constraints, triggers, sequences, stored procedures, user-defined functions, user-defined types, and SQL packages. SQL creates and maintains these objects as system objects.">SQL objects</a></div>
|
|
</div>
|
|
<div class="relconcepts"><strong>Related concepts</strong><br />
|
|
<div><a href="../db2/rbafzmstch2data.htm">Data types</a></div>
|
|
</div>
|
|
<div class="relref"><strong>Related reference</strong><br />
|
|
<div><a href="rbafymqt.htm" title="A materialized query table is a table whose definition is based on the result of a query. As such, the materialized query table typically contains precomputed results based on the data existing in the table or tables that its definition is based on.">Create and alter a materialized query table</a></div>
|
|
<div><a href="../dbmult/rzaf3kickoff.htm">DB2 Multisystem</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |