<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: SQL SERVER &#8211; What is &#8211; DML, DDL, DCL and TCL &#8211; Introduction and Examples</title>
	<atom:link href="http://blog.sqlauthority.com/2008/01/15/sql-server-what-is-dml-ddl-dcl-and-tcl-introduction-and-examples/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2008/01/15/sql-server-what-is-dml-ddl-dcl-and-tcl-introduction-and-examples/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Fri, 10 Feb 2012 02:12:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Prasanna Pashte</title>
		<link>http://blog.sqlauthority.com/2008/01/15/sql-server-what-is-dml-ddl-dcl-and-tcl-introduction-and-examples/#comment-250451</link>
		<dc:creator><![CDATA[Prasanna Pashte]]></dc:creator>
		<pubDate>Thu, 09 Feb 2012 14:10:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2008/01/15/sql-server-what-is-dml-ddl-dcl-and-tcl-introduction-and-examples/#comment-250451</guid>
		<description><![CDATA[Hi Mr. Pinal Dave,

I am Prasanna - learner and new at SQL
can you please explain that how do I takkle the problem below.

I have three tables A, B and C

A - Temperory data
B - All Raw data
C - History Data

please note that the table structure and column names are same in all three tables.
I have updated data in table A.
I already have some old data in table B.
Table C is empty.
Now I want to append the updated data (records) from table A to table B. However there may be duplicate records found while appending the data. I dont want to delete duplicate data(records) found from table B. I just want to move that records from table B to table C and append the updated data from table A to table B. The first column is Identicle in all three tables -
Note :- The first column is SO Number and there are 1000 SO number which are 5 digits number and there may be multiple records under 1 particular SO.

Please tell me the stored procedure for this.

Thanks &amp; Regards,
Prasanna]]></description>
		<content:encoded><![CDATA[<p>Hi Mr. Pinal Dave,</p>
<p>I am Prasanna &#8211; learner and new at SQL<br />
can you please explain that how do I takkle the problem below.</p>
<p>I have three tables A, B and C</p>
<p>A &#8211; Temperory data<br />
B &#8211; All Raw data<br />
C &#8211; History Data</p>
<p>please note that the table structure and column names are same in all three tables.<br />
I have updated data in table A.<br />
I already have some old data in table B.<br />
Table C is empty.<br />
Now I want to append the updated data (records) from table A to table B. However there may be duplicate records found while appending the data. I dont want to delete duplicate data(records) found from table B. I just want to move that records from table B to table C and append the updated data from table A to table B. The first column is Identicle in all three tables -<br />
Note :- The first column is SO Number and there are 1000 SO number which are 5 digits number and there may be multiple records under 1 particular SO.</p>
<p>Please tell me the stored procedure for this.</p>
<p>Thanks &amp; Regards,<br />
Prasanna</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: seemamajoka</title>
		<link>http://blog.sqlauthority.com/2008/01/15/sql-server-what-is-dml-ddl-dcl-and-tcl-introduction-and-examples/#comment-248034</link>
		<dc:creator><![CDATA[seemamajoka]]></dc:creator>
		<pubDate>Sat, 04 Feb 2012 07:04:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2008/01/15/sql-server-what-is-dml-ddl-dcl-and-tcl-introduction-and-examples/#comment-248034</guid>
		<description><![CDATA[plz explain me with example how to commit and rollback in sqlserver at staring level how it work with query example]]></description>
		<content:encoded><![CDATA[<p>plz explain me with example how to commit and rollback in sqlserver at staring level how it work with query example</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mahendra</title>
		<link>http://blog.sqlauthority.com/2008/01/15/sql-server-what-is-dml-ddl-dcl-and-tcl-introduction-and-examples/#comment-225001</link>
		<dc:creator><![CDATA[mahendra]]></dc:creator>
		<pubDate>Sat, 24 Dec 2011 11:34:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2008/01/15/sql-server-what-is-dml-ddl-dcl-and-tcl-introduction-and-examples/#comment-225001</guid>
		<description><![CDATA[hai vikram
this is mahi
i dont know dql explan please]]></description>
		<content:encoded><![CDATA[<p>hai vikram<br />
this is mahi<br />
i dont know dql explan please</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shane</title>
		<link>http://blog.sqlauthority.com/2008/01/15/sql-server-what-is-dml-ddl-dcl-and-tcl-introduction-and-examples/#comment-216583</link>
		<dc:creator><![CDATA[shane]]></dc:creator>
		<pubDate>Tue, 13 Dec 2011 06:23:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2008/01/15/sql-server-what-is-dml-ddl-dcl-and-tcl-introduction-and-examples/#comment-216583</guid>
		<description><![CDATA[DML : Insert, Update, Delete, Merge.
DDL : Create, Alter, Drop, Rename, Truncate.
TC : Commit, Rollback, Savepoint.
DCL : Grant, Revoke.]]></description>
		<content:encoded><![CDATA[<p>DML : Insert, Update, Delete, Merge.<br />
DDL : Create, Alter, Drop, Rename, Truncate.<br />
TC : Commit, Rollback, Savepoint.<br />
DCL : Grant, Revoke.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramesh</title>
		<link>http://blog.sqlauthority.com/2008/01/15/sql-server-what-is-dml-ddl-dcl-and-tcl-introduction-and-examples/#comment-199327</link>
		<dc:creator><![CDATA[Ramesh]]></dc:creator>
		<pubDate>Sat, 19 Nov 2011 15:08:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2008/01/15/sql-server-what-is-dml-ddl-dcl-and-tcl-introduction-and-examples/#comment-199327</guid>
		<description><![CDATA[Dear readers please tell which command act as a both DDL and DML Command.]]></description>
		<content:encoded><![CDATA[<p>Dear readers please tell which command act as a both DDL and DML Command.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: madhivanan</title>
		<link>http://blog.sqlauthority.com/2008/01/15/sql-server-what-is-dml-ddl-dcl-and-tcl-introduction-and-examples/#comment-178838</link>
		<dc:creator><![CDATA[madhivanan]]></dc:creator>
		<pubDate>Fri, 14 Oct 2011 13:41:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2008/01/15/sql-server-what-is-dml-ddl-dcl-and-tcl-introduction-and-examples/#comment-178838</guid>
		<description><![CDATA[You need to post some sample data with expected result to help you. Be clear on what you want]]></description>
		<content:encoded><![CDATA[<p>You need to post some sample data with expected result to help you. Be clear on what you want</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: EKRAR AHMAD</title>
		<link>http://blog.sqlauthority.com/2008/01/15/sql-server-what-is-dml-ddl-dcl-and-tcl-introduction-and-examples/#comment-178022</link>
		<dc:creator><![CDATA[EKRAR AHMAD]]></dc:creator>
		<pubDate>Wed, 12 Oct 2011 16:19:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2008/01/15/sql-server-what-is-dml-ddl-dcl-and-tcl-introduction-and-examples/#comment-178022</guid>
		<description><![CDATA[where from i can get  Adventureworks database]]></description>
		<content:encoded><![CDATA[<p>where from i can get  Adventureworks database</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: madhivanan</title>
		<link>http://blog.sqlauthority.com/2008/01/15/sql-server-what-is-dml-ddl-dcl-and-tcl-introduction-and-examples/#comment-178017</link>
		<dc:creator><![CDATA[madhivanan]]></dc:creator>
		<pubDate>Wed, 12 Oct 2011 16:07:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2008/01/15/sql-server-what-is-dml-ddl-dcl-and-tcl-introduction-and-examples/#comment-178017</guid>
		<description><![CDATA[If you just want database for practice use Adventureworks database]]></description>
		<content:encoded><![CDATA[<p>If you just want database for practice use Adventureworks database</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: EKRAR AHMAD</title>
		<link>http://blog.sqlauthority.com/2008/01/15/sql-server-what-is-dml-ddl-dcl-and-tcl-introduction-and-examples/#comment-177400</link>
		<dc:creator><![CDATA[EKRAR AHMAD]]></dc:creator>
		<pubDate>Tue, 11 Oct 2011 05:40:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2008/01/15/sql-server-what-is-dml-ddl-dcl-and-tcl-introduction-and-examples/#comment-177400</guid>
		<description><![CDATA[hello every one this is EKRAR  and i want your help

actually i want to create a whole database for practice but i dont have any idea that how many table should be in that and what should be the name of thats table and what type of data should be in that 

so any one is here who can help my 
i really  needy for your suggestion  

and i am waiting for your suggestion at 
[email removed]]]></description>
		<content:encoded><![CDATA[<p>hello every one this is EKRAR  and i want your help</p>
<p>actually i want to create a whole database for practice but i dont have any idea that how many table should be in that and what should be the name of thats table and what type of data should be in that </p>
<p>so any one is here who can help my<br />
i really  needy for your suggestion  </p>
<p>and i am waiting for your suggestion at<br />
[email removed]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jobayer</title>
		<link>http://blog.sqlauthority.com/2008/01/15/sql-server-what-is-dml-ddl-dcl-and-tcl-introduction-and-examples/#comment-177233</link>
		<dc:creator><![CDATA[Jobayer]]></dc:creator>
		<pubDate>Mon, 10 Oct 2011 18:13:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2008/01/15/sql-server-what-is-dml-ddl-dcl-and-tcl-introduction-and-examples/#comment-177233</guid>
		<description><![CDATA[DDL (Data Definition Language): CREATE, ALTER, DROP
DML(Data Manipulation Language) : INSERT, UPDATE, DELETE
DCL (Data Control Language) : GRANT, REVOKE
TCL (Transactional Control Language) : COMMIT, SAVE POINT, ROLLBACK
DQL (Data Query Language) : SELECT]]></description>
		<content:encoded><![CDATA[<p>DDL (Data Definition Language): CREATE, ALTER, DROP<br />
DML(Data Manipulation Language) : INSERT, UPDATE, DELETE<br />
DCL (Data Control Language) : GRANT, REVOKE<br />
TCL (Transactional Control Language) : COMMIT, SAVE POINT, ROLLBACK<br />
DQL (Data Query Language) : SELECT</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guna</title>
		<link>http://blog.sqlauthority.com/2008/01/15/sql-server-what-is-dml-ddl-dcl-and-tcl-introduction-and-examples/#comment-176432</link>
		<dc:creator><![CDATA[Guna]]></dc:creator>
		<pubDate>Sat, 08 Oct 2011 12:27:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2008/01/15/sql-server-what-is-dml-ddl-dcl-and-tcl-introduction-and-examples/#comment-176432</guid>
		<description><![CDATA[Sir, I want merge two table Without relationship using pseudo-column how??

... Please help me...]]></description>
		<content:encoded><![CDATA[<p>Sir, I want merge two table Without relationship using pseudo-column how??</p>
<p>&#8230; Please help me&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nitika pal</title>
		<link>http://blog.sqlauthority.com/2008/01/15/sql-server-what-is-dml-ddl-dcl-and-tcl-introduction-and-examples/#comment-167173</link>
		<dc:creator><![CDATA[nitika pal]]></dc:creator>
		<pubDate>Sun, 11 Sep 2011 04:41:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2008/01/15/sql-server-what-is-dml-ddl-dcl-and-tcl-introduction-and-examples/#comment-167173</guid>
		<description><![CDATA[very niceee definatoin of DDL DML DCL TCL.... BUT i have a ques in my mind what is DQL.....plzzz tell meeee........]]></description>
		<content:encoded><![CDATA[<p>very niceee definatoin of DDL DML DCL TCL&#8230;. BUT i have a ques in my mind what is DQL&#8230;..plzzz tell meeee&#8230;&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: manni</title>
		<link>http://blog.sqlauthority.com/2008/01/15/sql-server-what-is-dml-ddl-dcl-and-tcl-introduction-and-examples/#comment-162667</link>
		<dc:creator><![CDATA[manni]]></dc:creator>
		<pubDate>Sat, 27 Aug 2011 17:03:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2008/01/15/sql-server-what-is-dml-ddl-dcl-and-tcl-introduction-and-examples/#comment-162667</guid>
		<description><![CDATA[its really very helpful and very easy to understand. thanx a lot]]></description>
		<content:encoded><![CDATA[<p>its really very helpful and very easy to understand. thanx a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: santhosh kum ar</title>
		<link>http://blog.sqlauthority.com/2008/01/15/sql-server-what-is-dml-ddl-dcl-and-tcl-introduction-and-examples/#comment-154641</link>
		<dc:creator><![CDATA[santhosh kum ar]]></dc:creator>
		<pubDate>Sun, 07 Aug 2011 12:12:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2008/01/15/sql-server-what-is-dml-ddl-dcl-and-tcl-introduction-and-examples/#comment-154641</guid>
		<description><![CDATA[Hi sir i hav a one doubt DDL command which times is used pls tell me sir.Santhosh]]></description>
		<content:encoded><![CDATA[<p>Hi sir i hav a one doubt DDL command which times is used pls tell me sir.Santhosh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anandavel</title>
		<link>http://blog.sqlauthority.com/2008/01/15/sql-server-what-is-dml-ddl-dcl-and-tcl-introduction-and-examples/#comment-153989</link>
		<dc:creator><![CDATA[anandavel]]></dc:creator>
		<pubDate>Fri, 05 Aug 2011 05:48:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2008/01/15/sql-server-what-is-dml-ddl-dcl-and-tcl-introduction-and-examples/#comment-153989</guid>
		<description><![CDATA[many guys told dql is not important...
the select is also included in the dml.. is it true?]]></description>
		<content:encoded><![CDATA[<p>many guys told dql is not important&#8230;<br />
the select is also included in the dml.. is it true?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anandavel</title>
		<link>http://blog.sqlauthority.com/2008/01/15/sql-server-what-is-dml-ddl-dcl-and-tcl-introduction-and-examples/#comment-153988</link>
		<dc:creator><![CDATA[anandavel]]></dc:creator>
		<pubDate>Fri, 05 Aug 2011 05:47:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2008/01/15/sql-server-what-is-dml-ddl-dcl-and-tcl-introduction-and-examples/#comment-153988</guid>
		<description><![CDATA[hi guys.. i have one doubt?
tcl means transcational control language..?
dtl means data transcation language?
what is the difference between these two?
in tcl they told only committ and rollback.. they are not mentioned the svae point in the tcl.. but dtl they mentioned...
what is the exact difference between thes two?]]></description>
		<content:encoded><![CDATA[<p>hi guys.. i have one doubt?<br />
tcl means transcational control language..?<br />
dtl means data transcation language?<br />
what is the difference between these two?<br />
in tcl they told only committ and rollback.. they are not mentioned the svae point in the tcl.. but dtl they mentioned&#8230;<br />
what is the exact difference between thes two?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rakesh</title>
		<link>http://blog.sqlauthority.com/2008/01/15/sql-server-what-is-dml-ddl-dcl-and-tcl-introduction-and-examples/#comment-153030</link>
		<dc:creator><![CDATA[rakesh]]></dc:creator>
		<pubDate>Wed, 03 Aug 2011 06:45:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2008/01/15/sql-server-what-is-dml-ddl-dcl-and-tcl-introduction-and-examples/#comment-153030</guid>
		<description><![CDATA[hi sir,
can i know how to rollback deleted data in sql server 2005 with syntax
thank you]]></description>
		<content:encoded><![CDATA[<p>hi sir,<br />
can i know how to rollback deleted data in sql server 2005 with syntax<br />
thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rakesh</title>
		<link>http://blog.sqlauthority.com/2008/01/15/sql-server-what-is-dml-ddl-dcl-and-tcl-introduction-and-examples/#comment-153028</link>
		<dc:creator><![CDATA[rakesh]]></dc:creator>
		<pubDate>Wed, 03 Aug 2011 06:41:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2008/01/15/sql-server-what-is-dml-ddl-dcl-and-tcl-introduction-and-examples/#comment-153028</guid>
		<description><![CDATA[hii sir,
can i know how to use grant and revoke in sql server 2005 with syntax
pls]]></description>
		<content:encoded><![CDATA[<p>hii sir,<br />
can i know how to use grant and revoke in sql server 2005 with syntax<br />
pls</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: madhivanan</title>
		<link>http://blog.sqlauthority.com/2008/01/15/sql-server-what-is-dml-ddl-dcl-and-tcl-introduction-and-examples/#comment-150544</link>
		<dc:creator><![CDATA[madhivanan]]></dc:creator>
		<pubDate>Mon, 25 Jul 2011 09:55:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2008/01/15/sql-server-what-is-dml-ddl-dcl-and-tcl-introduction-and-examples/#comment-150544</guid>
		<description><![CDATA[Backup source db

Backup database db_name to disk=&#039;your ptah&#039;

Restore in target db

restore database db_name from disk=&#039;your ptah&#039;]]></description>
		<content:encoded><![CDATA[<p>Backup source db</p>
<p>Backup database db_name to disk=&#8217;your ptah&#8217;</p>
<p>Restore in target db</p>
<p>restore database db_name from disk=&#8217;your ptah&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rajinder</title>
		<link>http://blog.sqlauthority.com/2008/01/15/sql-server-what-is-dml-ddl-dcl-and-tcl-introduction-and-examples/#comment-150159</link>
		<dc:creator><![CDATA[rajinder]]></dc:creator>
		<pubDate>Sat, 23 Jul 2011 06:32:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2008/01/15/sql-server-what-is-dml-ddl-dcl-and-tcl-introduction-and-examples/#comment-150159</guid>
		<description><![CDATA[thanks madhivanan can you tell me about how use it]]></description>
		<content:encoded><![CDATA[<p>thanks madhivanan can you tell me about how use it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: madhivanan</title>
		<link>http://blog.sqlauthority.com/2008/01/15/sql-server-what-is-dml-ddl-dcl-and-tcl-introduction-and-examples/#comment-150039</link>
		<dc:creator><![CDATA[madhivanan]]></dc:creator>
		<pubDate>Fri, 22 Jul 2011 13:41:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2008/01/15/sql-server-what-is-dml-ddl-dcl-and-tcl-introduction-and-examples/#comment-150039</guid>
		<description><![CDATA[Use SSIS or do backup and restore]]></description>
		<content:encoded><![CDATA[<p>Use SSIS or do backup and restore</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rajinder</title>
		<link>http://blog.sqlauthority.com/2008/01/15/sql-server-what-is-dml-ddl-dcl-and-tcl-introduction-and-examples/#comment-149983</link>
		<dc:creator><![CDATA[rajinder]]></dc:creator>
		<pubDate>Fri, 22 Jul 2011 07:08:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2008/01/15/sql-server-what-is-dml-ddl-dcl-and-tcl-introduction-and-examples/#comment-149983</guid>
		<description><![CDATA[how can we copy a old database in new database]]></description>
		<content:encoded><![CDATA[<p>how can we copy a old database in new database</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Padmaja</title>
		<link>http://blog.sqlauthority.com/2008/01/15/sql-server-what-is-dml-ddl-dcl-and-tcl-introduction-and-examples/#comment-149097</link>
		<dc:creator><![CDATA[Padmaja]]></dc:creator>
		<pubDate>Mon, 18 Jul 2011 08:59:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2008/01/15/sql-server-what-is-dml-ddl-dcl-and-tcl-introduction-and-examples/#comment-149097</guid>
		<description><![CDATA[Hello Pinal,

Could you please tell me how to view the pseudo columns in SQL Server 2005]]></description>
		<content:encoded><![CDATA[<p>Hello Pinal,</p>
<p>Could you please tell me how to view the pseudo columns in SQL Server 2005</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bivash Kumar Singh</title>
		<link>http://blog.sqlauthority.com/2008/01/15/sql-server-what-is-dml-ddl-dcl-and-tcl-introduction-and-examples/#comment-147981</link>
		<dc:creator><![CDATA[Bivash Kumar Singh]]></dc:creator>
		<pubDate>Wed, 13 Jul 2011 12:26:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2008/01/15/sql-server-what-is-dml-ddl-dcl-and-tcl-introduction-and-examples/#comment-147981</guid>
		<description><![CDATA[hello, i am Bivash Kumar Singh. i am complite Gniit from kolkata, but i am not so confedent in sql so what should i do]]></description>
		<content:encoded><![CDATA[<p>hello, i am Bivash Kumar Singh. i am complite Gniit from kolkata, but i am not so confedent in sql so what should i do</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pushkaraj shinde</title>
		<link>http://blog.sqlauthority.com/2008/01/15/sql-server-what-is-dml-ddl-dcl-and-tcl-introduction-and-examples/#comment-139206</link>
		<dc:creator><![CDATA[Pushkaraj shinde]]></dc:creator>
		<pubDate>Mon, 06 Jun 2011 11:39:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2008/01/15/sql-server-what-is-dml-ddl-dcl-and-tcl-introduction-and-examples/#comment-139206</guid>
		<description><![CDATA[Difference between Drop and Delete are as follows:


1) DROP is a DDL statement in order to drop the table and database:


i) SYNTAX:  

               DROP TABLE TABLE_NAME;
               DROP DATABASE DATABASE_NAME;

EXAMPLE:

               DROP TABLE EMP_DEPARTMENT; 
               DROP DATABASE EMPLOYEE

ii) When we used DROP TABLE it deletes the entire table data with a structure(column names also).

iii) When we used DROP DATABASE it deletes the entire DATABASE containing a number of tables, functions, stored procedures .....................n .


 2) DELETE:
  
i) Delete command is used to delete the data within a table and not for any database.

ii) When we use Delete command it only deletes the data within a table but keeps the structure of table as it is.


SYNTAX:  DELETE TABLE_NAME


EXAMPLE:

DELETE EMPLOYEE;

(That is it kees the table name as it is)

I hope , after reading this you would be satisfied.]]></description>
		<content:encoded><![CDATA[<p>Difference between Drop and Delete are as follows:</p>
<p>1) DROP is a DDL statement in order to drop the table and database:</p>
<p>i) SYNTAX:  </p>
<p>               DROP TABLE TABLE_NAME;<br />
               DROP DATABASE DATABASE_NAME;</p>
<p>EXAMPLE:</p>
<p>               DROP TABLE EMP_DEPARTMENT;<br />
               DROP DATABASE EMPLOYEE</p>
<p>ii) When we used DROP TABLE it deletes the entire table data with a structure(column names also).</p>
<p>iii) When we used DROP DATABASE it deletes the entire DATABASE containing a number of tables, functions, stored procedures &#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;n .</p>
<p> 2) DELETE:</p>
<p>i) Delete command is used to delete the data within a table and not for any database.</p>
<p>ii) When we use Delete command it only deletes the data within a table but keeps the structure of table as it is.</p>
<p>SYNTAX:  DELETE TABLE_NAME</p>
<p>EXAMPLE:</p>
<p>DELETE EMPLOYEE;</p>
<p>(That is it kees the table name as it is)</p>
<p>I hope , after reading this you would be satisfied.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

