<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><rss version="2.0">
 <channel>
  <title>Bin-Co</title>
  <link>http://www.bin-co.com</link>
  <description>Great Scripts. For Free. For Everybody.</description>
  <lastBuildDate>Sat, 05 Jul 2008 00:00:00 -0700</lastBuildDate>
  <generator>RSSPhpilot V1.00.A</generator>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>

  <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/binco" type="application/rss+xml" /><item>
   <title>LIMIT Command</title>
   <link>http://www.bin-co.com/database/sql_tutorial/limit.php</link>
   <description><![CDATA[
There are situations where you don't need all the results in the database - you just need a few. Say you need the names of the first 5 characters in the database. If you run a SELECT query, you will get the entire table. But <strong>if you use the LIMIT option you can limit the number of results</strong>. To get the just 5 characters, the command would be...
<br /><br />
Read '<a href="http://www.bin-co.com/database/sql_tutorial/limit.php">LIMIT Command</a>'...
	]]></description>
   <pubDate>Sat, 05 Jul 2008 00:00:00 -0700</pubDate>
   <guid isPermaLink="true">http://www.bin-co.com/database/sql_tutorial/limit.php</guid>
  </item>  <item>
   <title>Database Relations</title>
   <link>http://www.bin-co.com/database/sql_tutorial/database_relations.php</link>
   <description><![CDATA[
There will be many cases when the <strong class="highlight">data in one table is related to the data in another</strong> table. This connection between two tables is called a relation. When there is such a <strong class="highlight">relation between two tables</strong>, these tables will be connected by inserting the primary key of one table into the corresponding row of the other table. The field used in such a way to connect the two tables is known as the foreign key.
<br /><br />
Read '<a href="http://www.bin-co.com/database/sql_tutorial/database_relations.php">Database Relations</a>'...
	]]></description>
   <pubDate>Thu, 05 Jun 2008 00:00:00 -0700</pubDate>
   <guid isPermaLink="true">http://www.bin-co.com/database/sql_tutorial/database_relations.php</guid>
  </item>  <item>
   <title>Joining Data From Multiple Tables</title>
   <link>http://www.bin-co.com/database/sql_tutorial/join_tables.php</link>
   <description><![CDATA[
Often, the data you need will be spread across two(or more tables). In such cases, we have to <strong class="highlight">join these tables together to get the data</strong>. The JOIN statement in SQL is created for a situation like that.
<br /><br />
Read '<a href="http://www.bin-co.com/database/sql_tutorial/join_tables.php">Joining Data From Multiple Tables</a>'...
	]]></description>
   <pubDate>Wed, 28 May 2008 00:00:00 -0700</pubDate>
   <guid isPermaLink="true">http://www.bin-co.com/database/sql_tutorial/join_tables.php</guid>
  </item>  <item>
   <title>Update/Delete Existing Data in a Table</title>
   <link>http://www.bin-co.com/database/sql_tutorial/update_delete.php</link>
   <description><![CDATA[
Now that we know how to <a href="http://www.bin-co.com/database/sql_tutorial/insertion.php" title="Using INSERT Command in MySQL">insert new data</a>, let see how to edit the existing data. You can <strong class="highlight">edit the data in a table using the UPDATE command</strong>.
<br /><br />
Read '<a href="http://www.bin-co.com/database/sql_tutorial/update_delete.php">Update/Delete Existing Data in a Table</a>'...
	]]></description>
   <pubDate>Fri, 16 May 2008 00:00:00 -0700</pubDate>
   <guid isPermaLink="true">http://www.bin-co.com/database/sql_tutorial/update_delete.php</guid>
  </item>  <item>
   <title>Inserting Data</title>
   <link>http://www.bin-co.com/database/sql_tutorial/insertion.php</link>
   <description><![CDATA[
So far we where looking at how to get data from the database. But to get that data, there must be some data in the tables. Until now, I provided pre-existing data for you to play around with. Now lets see how to insert your own data into the table. Introducing the 'INSERT' command...
<br /><br />
Read '<a href="http://www.bin-co.com/database/sql_tutorial/insertion.php">Inserting Data</a>'...
	]]></description>
   <pubDate>Wed, 14 May 2008 00:00:00 -0700</pubDate>
   <guid isPermaLink="true">http://www.bin-co.com/database/sql_tutorial/insertion.php</guid>
  </item>  <item>
   <title>URL Lister Firefox Plugin</title>
   <link>http://www.bin-co.com/tools/firefox/extensions/urllister/</link>
   <description><![CDATA[
<a href="https://addons.mozilla.org/en-US/firefox/addon/7192">URL Lister</a> is a Firefox Plugin that shows the URLs of all the open tabs in a textarea so that it can be copied easily.
<br /><br />
Read '<a href="http://www.bin-co.com/tools/firefox/extensions/urllister/">URL Lister Firefox Plugin</a>'...
	]]></description>
   <pubDate>Thu, 08 May 2008 00:00:00 -0700</pubDate>
   <guid isPermaLink="true">http://www.bin-co.com/tools/firefox/extensions/urllister/</guid>
  </item>  <item>
   <title>joinPath() - Combines Multiple Path Fragments</title>
   <link>http://www.bin-co.com/php/scripts/filesystem/join_path/</link>
   <description><![CDATA[
This function will combine all the path fragments provided as the argument and return the result. joinPath() will use the correct path separator for the current platform.
<br /><br />
Read '<a href="http://www.bin-co.com/php/scripts/filesystem/join_path/">joinPath() - Combines Multiple Path Fragments</a>'...
	]]></description>
   <pubDate>Tue, 06 May 2008 11:12:59 -0700</pubDate>
   <guid isPermaLink="true">http://www.bin-co.com/php/scripts/filesystem/join_path/</guid>
  </item>  <item>
   <title>SQL Functions</title>
   <link>http://www.bin-co.com/database/sql_tutorial/sql_functions.php</link>
   <description><![CDATA[
We had a small preview of SQL functions in the last page about <a href="/database/sql_tutorial/grouping.php">grouping</a>. We saw AVG() in action. Here we are going to see the other available functions. <strong class="highlight">Some of the functions may be same across different SQL databases - but many others will be different</strong>. Here is a few links to the SQL function documentation for the most popular database servers...
<br /><br />
Read '<a href="http://www.bin-co.com/database/sql_tutorial/sql_functions.php">SQL Functions</a>'...
	]]></description>
   <pubDate>Tue, 29 Apr 2008 00:00:00 -0700</pubDate>
   <guid isPermaLink="true">http://www.bin-co.com/database/sql_tutorial/sql_functions.php</guid>
  </item>  <item>
   <title>Group Multiple Rows using GROUP BY</title>
   <link>http://www.bin-co.com/database/sql_tutorial/grouping.php</link>
   <description><![CDATA[
Sometimes you have to <strong class="highlight">group together multiple rows in the result and then get an aggregate</strong> from the grouped rows - that's the function of GROUP BY.
<br /><br />
Read '<a href="http://www.bin-co.com/database/sql_tutorial/grouping.php">Group Multiple Rows using GROUP BY</a>'...
	]]></description>
   <pubDate>Sat, 19 Apr 2008 00:00:00 -0700</pubDate>
   <guid isPermaLink="true">http://www.bin-co.com/database/sql_tutorial/grouping.php</guid>
  </item>  <item>
   <title>Sorting the Results using ORDER BY</title>
   <link>http://www.bin-co.com/database/sql_tutorial/sorting_order_by.php</link>
   <description><![CDATA[
Often getting the data is not enough - you have to sort the data also. This is made easy by the ORDER BY clause.
<br /><br />
Read '<a href="http://www.bin-co.com/database/sql_tutorial/sorting_order_by.php">Sorting the Results using ORDER BY</a>'...
	]]></description>
   <pubDate>Thu, 17 Apr 2008 00:00:00 -0700</pubDate>
   <guid isPermaLink="true">http://www.bin-co.com/database/sql_tutorial/sorting_order_by.php</guid>
  </item> </channel>
</rss>
