<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1036263" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1036263</link>
    <description></description>
    <language>en</language>
          <item>
    <title>MySQL is one of the most</title>
    <link>https://www.webmaster-forums.net/web-database-development/what-exactly-sql#comment-1269402</link>
    <description> &lt;p&gt;MySQL is one of the most popularly used open source databases, and it&#039;s popular coz&#039; it&#039;s free (of course if you&#039;ve extensive requirements, it may no longer remain free). I guess too many people have already given the definition of SQL so i need not do it &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 12 Oct 2011 12:12:49 +0000</pubDate>
 <dc:creator>omthoke</dc:creator>
 <guid isPermaLink="false">comment 1269402 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/what-exactly-sql#comment-1209505</link>
    <description> &lt;p&gt;As Mr. Priebe pointed out, SQL stands for Structured Query Language.  It is a type of code used by programs to communicate with a relational database server.  SQL is not a product of a particular company; common servers include MySQL, PostgreSQL, Oracle, and Microsoft SQL Server.  &lt;/p&gt;
&lt;p&gt;In general, you can think of a SQL database to be similar to a giant spreadsheet.  A database can contain one or more tables, each of which contain fields and records.  A table can be thought of as similar to a spreadsheet, a field similar to a column, and a record is similar to a row in a spreadsheet application.&lt;/p&gt;
&lt;p&gt;However, unlike a spreadsheet, a database can be accessed by more than one person (or web site visitor) at a time.  There are a few sources you may wish to review for more information, including:&lt;/p&gt;
&lt;ul class=&quot;bb-list&quot;&gt;
&lt;li&gt;&lt;a href=&quot;http://www.w3schools.com/sql/sql_intro.asp&quot; class=&quot;bb-url&quot;&gt;http://www.w3schools.com/sql/sql_intro.asp&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.smallbusinesscomputing.com/biztools/article.php/3374941&quot; class=&quot;bb-url&quot;&gt;http://www.smallbusinesscomputing.com/biztools/article.php/3374941&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Suppose you have a simple database, called Directory, that includes three fields:&lt;/p&gt;
&lt;ul class=&quot;bb-list&quot;&gt;
&lt;li&gt;Name&lt;/li&gt;
&lt;li&gt;Phone&lt;/li&gt;
&lt;li&gt;City&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;A simple SQL query to list every record in the database would be:&lt;br /&gt;
SELECT * FROM Directory;&lt;/p&gt;
&lt;p&gt;However, you can do interesting things such as only return results from a particular city with:&lt;br /&gt;
SELECT Name, Phone FROM Directory WHERE City LIKE &#039;Atlanta&#039;;&lt;/p&gt;
&lt;p&gt;Clearly SQL can be used for much more interesting things than the above simple examples.  I hope this helps.  &lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;
Frank R.&lt;/p&gt;
 </description>
     <pubDate>Wed, 25 Oct 2006 13:41:34 +0000</pubDate>
 <dc:creator>FrankR</dc:creator>
 <guid isPermaLink="false">comment 1209505 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/what-exactly-sql#comment-1208858</link>
    <description> &lt;p&gt;Structured Query Language.&lt;/p&gt;
&lt;p&gt;But that&#039;s probably way less info than you were looking for. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt; You might try Wikipedia&#039;s page on the subject:&lt;br /&gt;
&lt;a href=&quot;http://en.wikipedia.org/wiki/Sql&quot; class=&quot;bb-url&quot;&gt;http://en.wikipedia.org/wiki/Sql&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Plenty of links in there to related subjects as well.&lt;/p&gt;
 </description>
     <pubDate>Tue, 17 Oct 2006 12:39:16 +0000</pubDate>
 <dc:creator>timjpriebe</dc:creator>
 <guid isPermaLink="false">comment 1208858 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
