<?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>SQL Tutorial - Learn SQL Query Language for Beginners</title>
	<atom:link href="https://tutorialdeep.com/sql/feed/" rel="self" type="application/rss+xml" />
	<link>https://tutorialdeep.com/sql/</link>
	<description>Helping developers and blogger since 2017</description>
	<lastBuildDate>Sat, 28 Aug 2021 08:02:33 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://tutorialdeep.com/wp-content/uploads/2017/04/favicon.png</url>
	<title>SQL Tutorial - Learn SQL Query Language for Beginners</title>
	<link>https://tutorialdeep.com/sql/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>SQL CREATE DATABASE</title>
		<link>https://tutorialdeep.com/sql/sql-create-database/</link>
		
		<dc:creator><![CDATA[Roshan Parihar]]></dc:creator>
		<pubDate>Sat, 19 May 2018 03:30:30 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://tutorialdeep.com/?post_type=sql&#038;p=22125</guid>

					<description><![CDATA[<p>Learn how to create a database using SQL CREATE database statement in this tutorial for MySQL and Other RDBMS databases. &#8230; </p>
<p class="link-more"><a href="https://tutorialdeep.com/sql/sql-create-database/" class="more-link">Continue reading<span class="screen-reader-text"> "SQL CREATE DATABASE"</span></a></p>
<p>The post <a href="https://tutorialdeep.com/sql/sql-create-database/">SQL CREATE DATABASE</a> appeared first on <a href="https://tutorialdeep.com">Tutorialdeep</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>SQL USE DATABASE</title>
		<link>https://tutorialdeep.com/sql/sql-use-database/</link>
		
		<dc:creator><![CDATA[Roshan Parihar]]></dc:creator>
		<pubDate>Sat, 19 May 2018 05:13:44 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://tutorialdeep.com/?post_type=sql&#038;p=22140</guid>

					<description><![CDATA[<p>Learn how to select a Database using the SQL USE database. If you want to create a table in a &#8230; </p>
<p class="link-more"><a href="https://tutorialdeep.com/sql/sql-use-database/" class="more-link">Continue reading<span class="screen-reader-text"> "SQL USE DATABASE"</span></a></p>
<p>The post <a href="https://tutorialdeep.com/sql/sql-use-database/">SQL USE DATABASE</a> appeared first on <a href="https://tutorialdeep.com">Tutorialdeep</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>SQL CREATE TABLE</title>
		<link>https://tutorialdeep.com/sql/sql-create-table-statement/</link>
		
		<dc:creator><![CDATA[Roshan Parihar]]></dc:creator>
		<pubDate>Thu, 07 Jun 2018 03:00:56 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://tutorialdeep.com/?post_type=sql&#038;p=22262</guid>

					<description><![CDATA[<p>Learn how to use the SQL CREATE TABLE Statement with the explained examples given in this tutorial. To create a &#8230; </p>
<p class="link-more"><a href="https://tutorialdeep.com/sql/sql-create-table-statement/" class="more-link">Continue reading<span class="screen-reader-text"> "SQL CREATE TABLE"</span></a></p>
<p>The post <a href="https://tutorialdeep.com/sql/sql-create-table-statement/">SQL CREATE TABLE</a> appeared first on <a href="https://tutorialdeep.com">Tutorialdeep</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>SQL CREATE TABLE AS</title>
		<link>https://tutorialdeep.com/sql/sql-create-table-as/</link>
		
		<dc:creator><![CDATA[Roshan Parihar]]></dc:creator>
		<pubDate>Sat, 09 Jun 2018 05:51:49 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://tutorialdeep.com/?post_type=sql&#038;p=22444</guid>

					<description><![CDATA[<p>Learn how to use the SQL CREATE TABLE AS statement with the explained examples given in this tutorial. You can &#8230; </p>
<p class="link-more"><a href="https://tutorialdeep.com/sql/sql-create-table-as/" class="more-link">Continue reading<span class="screen-reader-text"> "SQL CREATE TABLE AS"</span></a></p>
<p>The post <a href="https://tutorialdeep.com/sql/sql-create-table-as/">SQL CREATE TABLE AS</a> appeared first on <a href="https://tutorialdeep.com">Tutorialdeep</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>SQL DROP TABLE</title>
		<link>https://tutorialdeep.com/sql/sql-drop-table/</link>
		
		<dc:creator><![CDATA[Roshan Parihar]]></dc:creator>
		<pubDate>Sun, 10 Jun 2018 04:31:32 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://tutorialdeep.com/?post_type=sql&#038;p=22468</guid>

					<description><![CDATA[<p>Learn how to use the SQL DROP TABLE Statement with the explained examples given in this tutorial. To delete a &#8230; </p>
<p class="link-more"><a href="https://tutorialdeep.com/sql/sql-drop-table/" class="more-link">Continue reading<span class="screen-reader-text"> "SQL DROP TABLE"</span></a></p>
<p>The post <a href="https://tutorialdeep.com/sql/sql-drop-table/">SQL DROP TABLE</a> appeared first on <a href="https://tutorialdeep.com">Tutorialdeep</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>SQL RENAME TABLE</title>
		<link>https://tutorialdeep.com/sql/sql-rename-table/</link>
		
		<dc:creator><![CDATA[Roshan Parihar]]></dc:creator>
		<pubDate>Sun, 10 Jun 2018 07:19:20 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://tutorialdeep.com/?post_type=sql&#038;p=22482</guid>

					<description><![CDATA[<p>Learn how to use the SQL RENAME TABLE Statement with the explained examples in this tutorial. Change single or multiple &#8230; </p>
<p class="link-more"><a href="https://tutorialdeep.com/sql/sql-rename-table/" class="more-link">Continue reading<span class="screen-reader-text"> "SQL RENAME TABLE"</span></a></p>
<p>The post <a href="https://tutorialdeep.com/sql/sql-rename-table/">SQL RENAME TABLE</a> appeared first on <a href="https://tutorialdeep.com">Tutorialdeep</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>SQL TRUNCATE TABLE</title>
		<link>https://tutorialdeep.com/sql/sql-truncate-table/</link>
		
		<dc:creator><![CDATA[Roshan Parihar]]></dc:creator>
		<pubDate>Mon, 11 Jun 2018 01:59:10 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://tutorialdeep.com/?post_type=sql&#038;p=22494</guid>

					<description><![CDATA[<p>Learn how to use the SQL TRUNCATE TABLE statement with the explained examples of this tutorial. Remove all the data &#8230; </p>
<p class="link-more"><a href="https://tutorialdeep.com/sql/sql-truncate-table/" class="more-link">Continue reading<span class="screen-reader-text"> "SQL TRUNCATE TABLE"</span></a></p>
<p>The post <a href="https://tutorialdeep.com/sql/sql-truncate-table/">SQL TRUNCATE TABLE</a> appeared first on <a href="https://tutorialdeep.com">Tutorialdeep</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>SQL SELECT INTO</title>
		<link>https://tutorialdeep.com/sql/sql-select-into/</link>
		
		<dc:creator><![CDATA[Roshan Parihar]]></dc:creator>
		<pubDate>Mon, 11 Jun 2018 03:10:31 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://tutorialdeep.com/?post_type=sql&#038;p=22502</guid>

					<description><![CDATA[<p>Learn how to use SQL SELECT INTO statement with the explained examples of this tutorial. Copy all data to the &#8230; </p>
<p class="link-more"><a href="https://tutorialdeep.com/sql/sql-select-into/" class="more-link">Continue reading<span class="screen-reader-text"> "SQL SELECT INTO"</span></a></p>
<p>The post <a href="https://tutorialdeep.com/sql/sql-select-into/">SQL SELECT INTO</a> appeared first on <a href="https://tutorialdeep.com">Tutorialdeep</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>SQL ALTER TABLE</title>
		<link>https://tutorialdeep.com/sql/sql-alter-table/</link>
		
		<dc:creator><![CDATA[Roshan Parihar]]></dc:creator>
		<pubDate>Mon, 11 Jun 2018 16:12:31 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://tutorialdeep.com/?post_type=sql&#038;p=22512</guid>

					<description><![CDATA[<p>Learn how to use SQL ALTER TABLE statement with the explained example of this tutorial. Add, delete or modify the &#8230; </p>
<p class="link-more"><a href="https://tutorialdeep.com/sql/sql-alter-table/" class="more-link">Continue reading<span class="screen-reader-text"> "SQL ALTER TABLE"</span></a></p>
<p>The post <a href="https://tutorialdeep.com/sql/sql-alter-table/">SQL ALTER TABLE</a> appeared first on <a href="https://tutorialdeep.com">Tutorialdeep</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>SQL SELECT</title>
		<link>https://tutorialdeep.com/sql/sql-select-statement/</link>
		
		<dc:creator><![CDATA[Roshan Parihar]]></dc:creator>
		<pubDate>Tue, 12 Jun 2018 03:32:17 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://tutorialdeep.com/?post_type=sql&#038;p=22523</guid>

					<description><![CDATA[<p>Learn how to use SQL SELECT statement with the tutorial and explained examples given here. Find out how to select &#8230; </p>
<p class="link-more"><a href="https://tutorialdeep.com/sql/sql-select-statement/" class="more-link">Continue reading<span class="screen-reader-text"> "SQL SELECT"</span></a></p>
<p>The post <a href="https://tutorialdeep.com/sql/sql-select-statement/">SQL SELECT</a> appeared first on <a href="https://tutorialdeep.com">Tutorialdeep</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>SQL SELECT DISTINCT</title>
		<link>https://tutorialdeep.com/sql/sql-select-distinct/</link>
		
		<dc:creator><![CDATA[Roshan Parihar]]></dc:creator>
		<pubDate>Wed, 13 Jun 2018 03:32:16 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://tutorialdeep.com/?post_type=sql&#038;p=22534</guid>

					<description><![CDATA[<p>Learn how to use SQL SELECT DISTINCT statement with this tutorial. Select unique data from the columns of a table &#8230; </p>
<p class="link-more"><a href="https://tutorialdeep.com/sql/sql-select-distinct/" class="more-link">Continue reading<span class="screen-reader-text"> "SQL SELECT DISTINCT"</span></a></p>
<p>The post <a href="https://tutorialdeep.com/sql/sql-select-distinct/">SQL SELECT DISTINCT</a> appeared first on <a href="https://tutorialdeep.com">Tutorialdeep</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>SQL SELECT COUNT</title>
		<link>https://tutorialdeep.com/sql/sql-select-count/</link>
		
		<dc:creator><![CDATA[Roshan Parihar]]></dc:creator>
		<pubDate>Thu, 14 Jun 2018 02:56:58 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://tutorialdeep.com/?post_type=sql&#038;p=22548</guid>

					<description><![CDATA[<p>Learn how to use SQL SELECT COUNT statement with the tutorial and Examples. Find out how to get total of &#8230; </p>
<p class="link-more"><a href="https://tutorialdeep.com/sql/sql-select-count/" class="more-link">Continue reading<span class="screen-reader-text"> "SQL SELECT COUNT"</span></a></p>
<p>The post <a href="https://tutorialdeep.com/sql/sql-select-count/">SQL SELECT COUNT</a> appeared first on <a href="https://tutorialdeep.com">Tutorialdeep</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>SQL SELECT TOP</title>
		<link>https://tutorialdeep.com/sql/sql-select-top/</link>
		
		<dc:creator><![CDATA[Roshan Parihar]]></dc:creator>
		<pubDate>Fri, 15 Jun 2018 01:41:54 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://tutorialdeep.com/?post_type=sql&#038;p=22561</guid>

					<description><![CDATA[<p>Learn how to use SQL SELECT TOP statement with the tutorial and Examples. Find out how to retrieve top rows &#8230; </p>
<p class="link-more"><a href="https://tutorialdeep.com/sql/sql-select-top/" class="more-link">Continue reading<span class="screen-reader-text"> "SQL SELECT TOP"</span></a></p>
<p>The post <a href="https://tutorialdeep.com/sql/sql-select-top/">SQL SELECT TOP</a> appeared first on <a href="https://tutorialdeep.com">Tutorialdeep</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>SQL SELECT Random Rows</title>
		<link>https://tutorialdeep.com/sql/sql-select-random-rows/</link>
		
		<dc:creator><![CDATA[Roshan Parihar]]></dc:creator>
		<pubDate>Fri, 15 Jun 2018 03:22:25 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://tutorialdeep.com/?post_type=sql&#038;p=22570</guid>

					<description><![CDATA[<p>Learn how to use SQL SELECT RANDOW rows from a table with the tutorial and Examples. Find out how to &#8230; </p>
<p class="link-more"><a href="https://tutorialdeep.com/sql/sql-select-random-rows/" class="more-link">Continue reading<span class="screen-reader-text"> "SQL SELECT Random Rows"</span></a></p>
<p>The post <a href="https://tutorialdeep.com/sql/sql-select-random-rows/">SQL SELECT Random Rows</a> appeared first on <a href="https://tutorialdeep.com">Tutorialdeep</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>SQL WHERE</title>
		<link>https://tutorialdeep.com/sql/sql-where-clause/</link>
		
		<dc:creator><![CDATA[Roshan Parihar]]></dc:creator>
		<pubDate>Sat, 16 Jun 2018 06:57:13 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://tutorialdeep.com/?post_type=sql&#038;p=22582</guid>

					<description><![CDATA[<p>Learn how to use SQL WHERE clause for a conditional result. Find out how to filter the result using SQL &#8230; </p>
<p class="link-more"><a href="https://tutorialdeep.com/sql/sql-where-clause/" class="more-link">Continue reading<span class="screen-reader-text"> "SQL WHERE"</span></a></p>
<p>The post <a href="https://tutorialdeep.com/sql/sql-where-clause/">SQL WHERE</a> appeared first on <a href="https://tutorialdeep.com">Tutorialdeep</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>SQL AND</title>
		<link>https://tutorialdeep.com/sql/sql-and-clause/</link>
		
		<dc:creator><![CDATA[Roshan Parihar]]></dc:creator>
		<pubDate>Sat, 16 Jun 2018 12:56:26 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://tutorialdeep.com/?post_type=sql&#038;p=22599</guid>

					<description><![CDATA[<p>Learn SQL AND clause to add one or more conditions. Display result when all condition is true with SQL AND &#8230; </p>
<p class="link-more"><a href="https://tutorialdeep.com/sql/sql-and-clause/" class="more-link">Continue reading<span class="screen-reader-text"> "SQL AND"</span></a></p>
<p>The post <a href="https://tutorialdeep.com/sql/sql-and-clause/">SQL AND</a> appeared first on <a href="https://tutorialdeep.com">Tutorialdeep</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>SQL OR</title>
		<link>https://tutorialdeep.com/sql/sql-or/</link>
		
		<dc:creator><![CDATA[Roshan Parihar]]></dc:creator>
		<pubDate>Mon, 18 Jun 2018 10:06:15 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://tutorialdeep.com/?post_type=sql&#038;p=22655</guid>

					<description><![CDATA[<p>Learn SQL OR clause to add one or more conditions and filter result when anyone condition is true . Display &#8230; </p>
<p class="link-more"><a href="https://tutorialdeep.com/sql/sql-or/" class="more-link">Continue reading<span class="screen-reader-text"> "SQL OR"</span></a></p>
<p>The post <a href="https://tutorialdeep.com/sql/sql-or/">SQL OR</a> appeared first on <a href="https://tutorialdeep.com">Tutorialdeep</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>SQL INSERT INTO</title>
		<link>https://tutorialdeep.com/sql/sql-insert-into/</link>
		
		<dc:creator><![CDATA[Roshan Parihar]]></dc:creator>
		<pubDate>Sat, 16 Jun 2018 15:42:39 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://tutorialdeep.com/?post_type=sql&#038;p=22611</guid>

					<description><![CDATA[<p>Learn how to use SQL INSERT INTO statement with the tutorial and explained examples given here. Find out how to &#8230; </p>
<p class="link-more"><a href="https://tutorialdeep.com/sql/sql-insert-into/" class="more-link">Continue reading<span class="screen-reader-text"> "SQL INSERT INTO"</span></a></p>
<p>The post <a href="https://tutorialdeep.com/sql/sql-insert-into/">SQL INSERT INTO</a> appeared first on <a href="https://tutorialdeep.com">Tutorialdeep</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>SQL INSERT INTO SELECT</title>
		<link>https://tutorialdeep.com/sql/sql-insert-into-select/</link>
		
		<dc:creator><![CDATA[Roshan Parihar]]></dc:creator>
		<pubDate>Sun, 17 Jun 2018 04:11:18 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://tutorialdeep.com/?post_type=sql&#038;p=22621</guid>

					<description><![CDATA[<p>Learn how to use SQL INSERT INTO SELECT statement with the examples. Find out how to insert data by selecting &#8230; </p>
<p class="link-more"><a href="https://tutorialdeep.com/sql/sql-insert-into-select/" class="more-link">Continue reading<span class="screen-reader-text"> "SQL INSERT INTO SELECT"</span></a></p>
<p>The post <a href="https://tutorialdeep.com/sql/sql-insert-into-select/">SQL INSERT INTO SELECT</a> appeared first on <a href="https://tutorialdeep.com">Tutorialdeep</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>SQL UPDATE</title>
		<link>https://tutorialdeep.com/sql/sql-update/</link>
		
		<dc:creator><![CDATA[Roshan Parihar]]></dc:creator>
		<pubDate>Sun, 17 Jun 2018 06:10:42 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://tutorialdeep.com/?post_type=sql&#038;p=22628</guid>

					<description><![CDATA[<p>Learn how to use SQL UPDATE statement with the tutorial and examples. Find out how to update table records using &#8230; </p>
<p class="link-more"><a href="https://tutorialdeep.com/sql/sql-update/" class="more-link">Continue reading<span class="screen-reader-text"> "SQL UPDATE"</span></a></p>
<p>The post <a href="https://tutorialdeep.com/sql/sql-update/">SQL UPDATE</a> appeared first on <a href="https://tutorialdeep.com">Tutorialdeep</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>SQL DELETE</title>
		<link>https://tutorialdeep.com/sql/sql-delete/</link>
		
		<dc:creator><![CDATA[Roshan Parihar]]></dc:creator>
		<pubDate>Sun, 17 Jun 2018 15:02:59 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://tutorialdeep.com/?post_type=sql&#038;p=22638</guid>

					<description><![CDATA[<p>Learn how to SQL DELETE statement and delete rows of a table. Find out how to delete specified data or &#8230; </p>
<p class="link-more"><a href="https://tutorialdeep.com/sql/sql-delete/" class="more-link">Continue reading<span class="screen-reader-text"> "SQL DELETE"</span></a></p>
<p>The post <a href="https://tutorialdeep.com/sql/sql-delete/">SQL DELETE</a> appeared first on <a href="https://tutorialdeep.com">Tutorialdeep</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>SQL ORDER BY</title>
		<link>https://tutorialdeep.com/sql/sql-order-by/</link>
		
		<dc:creator><![CDATA[Roshan Parihar]]></dc:creator>
		<pubDate>Mon, 18 Jun 2018 03:03:24 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://tutorialdeep.com/?post_type=sql&#038;p=22645</guid>

					<description><![CDATA[<p>Learn how to use SQL ORDER BY clause to sort data in ascending and descending order. Find out how to &#8230; </p>
<p class="link-more"><a href="https://tutorialdeep.com/sql/sql-order-by/" class="more-link">Continue reading<span class="screen-reader-text"> "SQL ORDER BY"</span></a></p>
<p>The post <a href="https://tutorialdeep.com/sql/sql-order-by/">SQL ORDER BY</a> appeared first on <a href="https://tutorialdeep.com">Tutorialdeep</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>SQL JOIN</title>
		<link>https://tutorialdeep.com/sql/sql-join/</link>
		
		<dc:creator><![CDATA[Roshan Parihar]]></dc:creator>
		<pubDate>Thu, 21 Jun 2018 17:21:22 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://tutorialdeep.com/?post_type=sql&#038;p=22665</guid>

					<description><![CDATA[<p>Learn how to use SQL JOIN clause to combine the two tables and fetch record from those tables. Combine rows &#8230; </p>
<p class="link-more"><a href="https://tutorialdeep.com/sql/sql-join/" class="more-link">Continue reading<span class="screen-reader-text"> "SQL JOIN"</span></a></p>
<p>The post <a href="https://tutorialdeep.com/sql/sql-join/">SQL JOIN</a> appeared first on <a href="https://tutorialdeep.com">Tutorialdeep</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>SQL INNER JOIN</title>
		<link>https://tutorialdeep.com/sql/sql-inner-join/</link>
		
		<dc:creator><![CDATA[Roshan Parihar]]></dc:creator>
		<pubDate>Sat, 23 Jun 2018 03:23:57 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://tutorialdeep.com/?post_type=sql&#038;p=22699</guid>

					<description><![CDATA[<p>What is SQL Inner Join The inner join can be used to combine the column values of two tables based &#8230; </p>
<p class="link-more"><a href="https://tutorialdeep.com/sql/sql-inner-join/" class="more-link">Continue reading<span class="screen-reader-text"> "SQL INNER JOIN"</span></a></p>
<p>The post <a href="https://tutorialdeep.com/sql/sql-inner-join/">SQL INNER JOIN</a> appeared first on <a href="https://tutorialdeep.com">Tutorialdeep</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>SQL LEFT OUTER JOIN</title>
		<link>https://tutorialdeep.com/sql/sql-left-outer-join/</link>
		
		<dc:creator><![CDATA[Roshan Parihar]]></dc:creator>
		<pubDate>Sun, 24 Jun 2018 05:35:30 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://tutorialdeep.com/?post_type=sql&#038;p=22743</guid>

					<description><![CDATA[<p>What is SQL LEFT OUTER JOIN The SQL LEFT OUTER JOIN is the types of the outer join to combine &#8230; </p>
<p class="link-more"><a href="https://tutorialdeep.com/sql/sql-left-outer-join/" class="more-link">Continue reading<span class="screen-reader-text"> "SQL LEFT OUTER JOIN"</span></a></p>
<p>The post <a href="https://tutorialdeep.com/sql/sql-left-outer-join/">SQL LEFT OUTER JOIN</a> appeared first on <a href="https://tutorialdeep.com">Tutorialdeep</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>SQL RIGHT OUTER JOIN</title>
		<link>https://tutorialdeep.com/sql/sql-right-outer-join/</link>
		
		<dc:creator><![CDATA[Roshan Parihar]]></dc:creator>
		<pubDate>Mon, 25 Jun 2018 03:02:41 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://tutorialdeep.com/?post_type=sql&#038;p=22757</guid>

					<description><![CDATA[<p>What is SQL RIGHT OUTER JOIN The SQL RIGHT OUTER JOIN is a type of outer join to which prefer &#8230; </p>
<p class="link-more"><a href="https://tutorialdeep.com/sql/sql-right-outer-join/" class="more-link">Continue reading<span class="screen-reader-text"> "SQL RIGHT OUTER JOIN"</span></a></p>
<p>The post <a href="https://tutorialdeep.com/sql/sql-right-outer-join/">SQL RIGHT OUTER JOIN</a> appeared first on <a href="https://tutorialdeep.com">Tutorialdeep</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>SQL FULL OUTER JOIN</title>
		<link>https://tutorialdeep.com/sql/sql-full-outer-join/</link>
		
		<dc:creator><![CDATA[Roshan Parihar]]></dc:creator>
		<pubDate>Tue, 26 Jun 2018 03:45:33 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://tutorialdeep.com/?post_type=sql&#038;p=22776</guid>

					<description><![CDATA[<p>What is SQL FULL OUTER JOIN The SQL FULL OUTER JOIN is a type of outer join that combines all &#8230; </p>
<p class="link-more"><a href="https://tutorialdeep.com/sql/sql-full-outer-join/" class="more-link">Continue reading<span class="screen-reader-text"> "SQL FULL OUTER JOIN"</span></a></p>
<p>The post <a href="https://tutorialdeep.com/sql/sql-full-outer-join/">SQL FULL OUTER JOIN</a> appeared first on <a href="https://tutorialdeep.com">Tutorialdeep</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>SQL CROSS JOIN</title>
		<link>https://tutorialdeep.com/sql/sql-cross-join/</link>
		
		<dc:creator><![CDATA[Roshan Parihar]]></dc:creator>
		<pubDate>Tue, 26 Jun 2018 09:01:51 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://tutorialdeep.com/?post_type=sql&#038;p=22782</guid>

					<description><![CDATA[<p>What is SQL CROSS JOIN The SQL CROSS JOIN is the join which results out all the possible combination of &#8230; </p>
<p class="link-more"><a href="https://tutorialdeep.com/sql/sql-cross-join/" class="more-link">Continue reading<span class="screen-reader-text"> "SQL CROSS JOIN"</span></a></p>
<p>The post <a href="https://tutorialdeep.com/sql/sql-cross-join/">SQL CROSS JOIN</a> appeared first on <a href="https://tutorialdeep.com">Tutorialdeep</a>.</p>
]]></description>
		
		
		
			</item>
	</channel>
</rss>
