ibm-information-center/dist/eclipse/plugins/i5OS.ic.sqlp_5.4.0.1/rbafydml.htm

66 lines
4.5 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="Data manipulation language" />
<meta name="abstract" content="Data manipulation language (DML) describes the portion of SQL that allows you to manipulate or control your data." />
<meta name="description" content="Data manipulation language (DML) describes the portion of SQL that allows you to manipulate or control your data." />
<meta name="DC.Relation" scheme="URI" content="rbafykickoff.htm" />
<meta name="DC.Relation" scheme="URI" content="rbafytexas.htm" />
<meta name="DC.Relation" scheme="URI" content="rbafyinsert.htm" />
<meta name="DC.Relation" scheme="URI" content="rbafyupdate.htm" />
<meta name="DC.Relation" scheme="URI" content="rbafydelete.htm" />
<meta name="DC.Relation" scheme="URI" content="rbafysubquery.htm" />
<meta name="DC.Relation" scheme="URI" content="rbafystmtype.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="rbafydml" />
<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>Data manipulation language</title>
</head>
<body id="rbafydml"><a name="rbafydml"><!-- --></a>
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<h1 class="topictitle1">Data manipulation language</h1>
<div><p>Data manipulation language (DML) describes the portion
of SQL that allows you to manipulate or control your data.</p>
</div>
<div>
<ul class="ullinks">
<li class="ulchildlink"><strong><a href="rbafytexas.htm">Retrieve data using the SELECT statement</a></strong><br />
<span>Learn a variety of ways of tailoring
your query to gather data using the SELECT statement. One way to do this is
to use the SELECT statement in a program to retrieve a specific row (for example,
the row for an employee). Furthermore, you can use clauses to gather data
in a specific way. </span></li>
<li class="ulchildlink"><strong><a href="rbafyinsert.htm">Insert rows using the INSERT statement</a></strong><br />
This topic shows the basic SQL statements and clauses that insert data into tables and views. Examples using these SQL statements are supplied to help you develop SQL applications.</li>
<li class="ulchildlink"><strong><a href="rbafyupdate.htm">Change data in a table using the UPDATE statement</a></strong><br />
This topic shows the basic SQL statement and clauses that update data into tables and views. To change the data in a table, use the UPDATE statement.</li>
<li class="ulchildlink"><strong><a href="rbafydelete.htm">Remove rows from a table using the DELETE statement</a></strong><br />
To remove rows from a table, use the DELETE statement.</li>
<li class="ulchildlink"><strong><a href="rbafysubquery.htm">Use subqueries</a></strong><br />
You can use subqueries in a search condition as another way to select your data. Subqueries can be used anywhere an expression can be used.</li>
</ul>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="rbafykickoff.htm" title="These topics describe the iSeries server implementation of the Structured Query Language (SQL) using DB2 UDB for iSeries and the DB2 UDB Query Manager and SQL Development Kit Version 5 licensed program.">SQL programming</a></div>
</div>
<div class="relconcepts"><strong>Related concepts</strong><br />
<div><a href="rbafystmtype.htm" title="There are several basic types of SQL statements. They are listed here according to their function.">Types of SQL statements</a></div>
</div>
</div>
</body>
</html>