<?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>statements | Tutes Club</title>
	<atom:link href="https://tutes.in/tag/statements/feed/" rel="self" type="application/rss+xml" />
	<link>https://tutes.in</link>
	<description>Tutorials for all</description>
	<lastBuildDate>Tue, 14 Mar 2017 09:54:03 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>Inserting into SQL without specifying primary column</title>
		<link>https://tutes.in/inserting-into-sql-without-specifying-primary-column/</link>
					<comments>https://tutes.in/inserting-into-sql-without-specifying-primary-column/#respond</comments>
		
		<dc:creator><![CDATA[Harshvardhan Malpani]]></dc:creator>
		<pubDate>Tue, 14 Mar 2017 09:52:06 +0000</pubDate>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[statements]]></category>
		<guid isPermaLink="false">http://tutes.club/?p=15</guid>

					<description><![CDATA[<p>If Primary key is set to Auto-increment, there are chances that you would not want to provide its value in insert query. &#160; Here is how to do it in MySQL: INSERT INTO table_name VALUES (NULL, 'column b', 'col c'); Assumption^: The first column is the primary key set to AI Similarly you can skip [&#8230;]</p>
The post <a href="https://tutes.in/inserting-into-sql-without-specifying-primary-column/">Inserting into SQL without specifying primary column</a> first appeared on <a href="https://tutes.in">Tutes Club</a>.]]></description>
		
					<wfw:commentRss>https://tutes.in/inserting-into-sql-without-specifying-primary-column/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
