<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ComputerDB.Com &#187; Perform</title>
	<atom:link href="http://www.computerdb.com/tag/perform/feed" rel="self" type="application/rss+xml" />
	<link>http://www.computerdb.com</link>
	<description>Computer Database</description>
	<lastBuildDate>Tue, 17 May 2011 03:15:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Perform DML commands (Data Manipulation Language)</title>
		<link>http://www.computerdb.com/perform-dml-commands-data-manipulation-language.html</link>
		<comments>http://www.computerdb.com/perform-dml-commands-data-manipulation-language.html#comments</comments>
		<pubDate>Wed, 23 Dec 2009 11:41:29 +0000</pubDate>
		<dc:creator>wadmin</dc:creator>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[Data Manipulation Language]]></category>
		<category><![CDATA[DML]]></category>
		<category><![CDATA[Perform]]></category>

		<guid isPermaLink="false">http://www.computerdb.com/?p=3</guid>
		<description><![CDATA[To perform manipulation or processing of data in a table used DML command. Various kinds of DML commands are: 1. Insert: enter/add new data INSERT INTO table_name (column_name) VALUES (value); example: insert into student (ID, name, address, major) values (12345, &#8216;Josh&#8217;, &#8216;California&#8217;, &#8216;informatics&#8217;); description: insert into -&#62; command to add data students -&#62; table name [...]


No related posts.]]></description>
		<wfw:commentRss>http://www.computerdb.com/perform-dml-commands-data-manipulation-language.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
