ibm-information-center/dist/eclipse/plugins/i5OS.ic.ddp_5.4.0.1/rbal1newdatatotables.htm

61 lines
4.7 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="Load new data into the tables of a distributed relational database" />
<meta name="abstract" content="You load data into a table by entering each data item into the table. On the iSeries server, you can use SQL, the DB2 Universal Database for iSeries Query Management function, or the data file utility portion of iSeries Application Development Tools to create applications that insert data into a table." />
<meta name="description" content="You load data into a table by entering each data item into the table. On the iSeries server, you can use SQL, the DB2 Universal Database for iSeries Query Management function, or the data file utility portion of iSeries Application Development Tools to create applications that insert data into a table." />
<meta name="DC.Relation" scheme="URI" content="rbal1dbload.htm" />
<meta name="DC.Relation" scheme="URI" content="rbal1tbldatasql.htm" />
<meta name="DC.Relation" scheme="URI" content="rbal1manipulating.htm" />
<meta name="DC.Relation" scheme="URI" content="rbal1dfu.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="rbal1newdatatotables" />
<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>Load new data into the tables of a distributed relational database</title>
</head>
<body id="rbal1newdatatotables"><a name="rbal1newdatatotables"><!-- --></a>
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<h1 class="topictitle1">Load new data into the tables of a distributed relational database</h1>
<div><p>You load data into a table by entering each data item into the
table. On the <span class="keyword">iSeries™ server</span>, you
can use SQL, the DB2
Universal Database™ for <span class="keyword">iSeries</span> Query
Management function, or the data file utility portion of <span class="keyword">iSeries</span> Application
Development Tools to create applications that insert data into a table.</p>
</div>
<div>
<ul class="ullinks">
<li class="ulchildlink"><strong><a href="rbal1tbldatasql.htm">Load data into a table using SQL</a></strong><br />
A simple method of loading data into a table is to use an SQL application and the SQL INSERT operation.</li>
<li class="ulchildlink"><strong><a href="rbal1manipulating.htm">Manipulate data in tables and files using the iSeries query management function</a></strong><br />
The <span class="keyword">i5/OS™</span> licensed
program provides a <span class="keyword">DB2 Universal Database™ for iSeries</span> query
management function that allows you to manipulate data in tables and files.
A query is created using an SQL query statement.</li>
<li class="ulchildlink"><strong><a href="rbal1dfu.htm">Enter data, update tables, and make inquiries using data file utility</a></strong><br />
The data file utility (DFU), which is part of the <span class="keyword">iSeries</span> Applications
Development Tools package available from IBM<sup>®</sup>, is a program builder that helps you
create programs to enter data, update tables, and make inquiries.</li>
</ul>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="rbal1dbload.htm" title="Applications in the distributed relational database environment operate on data stored in tables. In general, applications are used to query a table for information, to insert, update, or delete rows of a table or tables, or to create a new table. Other situations occur where data on one server must be moved to another server.">Load data into tables in a distributed relational database</a></div>
</div>
</div>
</body>
</html>