<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss version="2.0"><channel><title>Alomohora</title><link>http://alomohora.com</link><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/alomohora/article/feed" /><description>All about programming languages</description><language>en</language><lastBuildDate>Fri, 05 Mar 2010 12:18:45 PST</lastBuildDate><generator>http://wordpress.org/?v=2.9.1</generator><sy:updatePeriod xmlns:sy="http://purl.org/rss/1.0/modules/syndication/">hourly</sy:updatePeriod><sy:updateFrequency xmlns:sy="http://purl.org/rss/1.0/modules/syndication/">1</sy:updateFrequency><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/alomohora/article/feed" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="alomohora/article/feed" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item><title>SQL Constraints</title><link>http://alomohora.com/sql-constraints/</link><category>SQL</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">alomohora</dc:creator><pubDate>Fri, 05 Mar 2010 12:18:45 PST</pubDate><guid isPermaLink="false">http://alomohora.com/?p=2199</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p style="text-align: justify;">Constraints are used to limit the type of data that can go into a table.</p>
<p style="text-align: justify;"><span id="more-2199"></span></p>
<p><script type="text/javascript">// <![CDATA[
 google_ad_client = "pub-0565123193486834"; /* 300x250, created 4/16/09 */ google_ad_slot = "1588389760"; google_ad_width = 300; google_ad_height = 250;
// ]]&gt;</script></p>
<p style="text-align: justify;"><script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script></p>
<p style="text-align: justify;">Constraints can be specified when a table is created (with the CREATE TABLE statement) or after the table is created (with the ALTER TABLE statement). We will focus on the following constraints:</p>
<ul>
<li><a title="The NOT NULL Constraint" href="http://alomohora.com/sql-not-null-constraint/">NOT NULL</a></li>
<li>UNIQUE</li>
<li>PRIMARY KEY</li>
<li>FOREIGN KEY</li>
<li>CHECK</li>
<li>DEFAULT</li>
</ul>
<p style="text-align: justify;">The next chapters will describe each constraint in details.</p>


<p>Related posts:<ol><li><a href='http://alomohora.com/the-sql-select-statement/' rel='bookmark' title='Permanent Link: SQL SELECT Statement'>SQL SELECT Statement</a></li>
<li><a href='http://alomohora.com/sql-join/' rel='bookmark' title='Permanent Link: SQL Join'>SQL Join</a></li>
<li><a href='http://alomohora.com/the-sql-select-into-statement/' rel='bookmark' title='Permanent Link: The SQL SELECT INTO Statement'>The SQL SELECT INTO Statement</a></li>
</ol></p>
<p><a href="http://feedads.g.doubleclick.net/~a/5AYnERn1GcKeKXo0y0k7C8ODDSA/0/da"><img src="http://feedads.g.doubleclick.net/~a/5AYnERn1GcKeKXo0y0k7C8ODDSA/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/5AYnERn1GcKeKXo0y0k7C8ODDSA/1/da"><img src="http://feedads.g.doubleclick.net/~a/5AYnERn1GcKeKXo0y0k7C8ODDSA/1/di" border="0" ismap="true"></img></a></p>]]></content:encoded><description>Constraints are used to limit the type of data that can go into a table.

// 

Constraints can be specified when a table is created (with the CREATE TABLE statement) or after the table is created (with the ALTER TABLE statement). We will focus on the following constraints:

NOT NULL
UNIQUE
PRIMARY KEY
FOREIGN KEY
CHECK
DEFAULT

The next chapters will describe each [...]


Related posts:&lt;ol&gt;&lt;li&gt;&lt;a href='http://alomohora.com/the-sql-select-statement/' rel='bookmark' title='Permanent Link: SQL SELECT Statement'&gt;SQL SELECT Statement&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='http://alomohora.com/sql-join/' rel='bookmark' title='Permanent Link: SQL Join'&gt;SQL Join&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='http://alomohora.com/the-sql-select-into-statement/' rel='bookmark' title='Permanent Link: The SQL SELECT INTO Statement'&gt;The SQL SELECT INTO Statement&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://alomohora.com/sql-constraints/feed/</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">0</slash:comments></item><item><title>The CREATE TABLE Statement</title><link>http://alomohora.com/the-create-table-statement/</link><category>SQL</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">alomohora</dc:creator><pubDate>Fri, 26 Feb 2010 12:11:40 PST</pubDate><guid isPermaLink="false">http://alomohora.com/?p=2191</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p style="text-align: justify;">The CREATE TABLE statement is used to create a table in a database.</p>
<p style="text-align: justify;"><span id="more-2191"></span></p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-0565123193486834";
/* 300x250, created 4/16/09 */
google_ad_slot = "1588389760";
google_ad_width = 300;
google_ad_height = 250;
// --></script></p>
<p style="text-align: justify;"><script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script></p>
<p style="text-align: justify;">SQL CREATE TABLE Syntax</p>
<p style="text-align: center;">CREATE TABLE table_name ( column_name1 data_type, column_name2 data_type, column_name3 data_type, &#8230;.. )</p>
<p style="text-align: justify;">The data type specifies what type of data the column can hold. For a complete reference of all the data types available in MS Access, MySQL, and SQL Server, go to our complete Data Types reference.</p>
<h2>CREATE TABLE Example</h2>
<p style="text-align: justify;">Now we want to create a table called &#8220;Persons&#8221; that contains five columns: P_Id, LastName, FirstName, Address, and City.</p>
<p style="text-align: justify;">We use the following CREATE TABLE statement:</p>
<p style="text-align: center;">CREATE TABLE Persons ( P_Id int, LastName varchar(255), FirstName varchar(255), Address varchar(255), City varchar(255) )</p>
<p style="text-align: justify;">The P_Id column is of type int and will hold a number. The LastName, FirstName, Address, and City columns are of type varchar with a maximum length of 255 characters.</p>
<p style="text-align: justify;">The empty &#8220;Persons&#8221; table will now look like this:</p>
<table border="1" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr>
<th align="center">P_Id</th>
<th align="center">LastName</th>
<th align="center">FirstName</th>
<th align="center">Address</th>
<th align="center">City</th>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
</tbody>
</table>
<p></p>
<p style="text-align: justify;">The empty table can be filled with data with the INSERT INTO statement.</p>


<p>Related posts:<ol><li><a href='http://alomohora.com/sql-insert-into-statement/' rel='bookmark' title='Permanent Link: SQL INSERT INTO Statement'>SQL INSERT INTO Statement</a></li>
<li><a href='http://alomohora.com/sql-update-statement/' rel='bookmark' title='Permanent Link: SQL UPDATE Statement'>SQL UPDATE Statement</a></li>
<li><a href='http://alomohora.com/the-delete-statement/' rel='bookmark' title='Permanent Link: The DELETE Statement'>The DELETE Statement</a></li>
</ol></p>
<p><a href="http://feedads.g.doubleclick.net/~a/H6ZvlgG2zRcWYkIV6UtnFhxV_5s/0/da"><img src="http://feedads.g.doubleclick.net/~a/H6ZvlgG2zRcWYkIV6UtnFhxV_5s/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/H6ZvlgG2zRcWYkIV6UtnFhxV_5s/1/da"><img src="http://feedads.g.doubleclick.net/~a/H6ZvlgG2zRcWYkIV6UtnFhxV_5s/1/di" border="0" ismap="true"></img></a></p>]]></content:encoded><description>The CREATE TABLE statement is used to create a table in a database.



SQL CREATE TABLE Syntax
CREATE TABLE table_name ( column_name1 data_type, column_name2 data_type, column_name3 data_type, &amp;#8230;.. )
The data type specifies what type of data the column can hold. For a complete reference of all the data types available in MS Access, MySQL, and SQL Server, [...]


Related posts:&lt;ol&gt;&lt;li&gt;&lt;a href='http://alomohora.com/sql-insert-into-statement/' rel='bookmark' title='Permanent Link: SQL INSERT INTO Statement'&gt;SQL INSERT INTO Statement&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='http://alomohora.com/sql-update-statement/' rel='bookmark' title='Permanent Link: SQL UPDATE Statement'&gt;SQL UPDATE Statement&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='http://alomohora.com/the-delete-statement/' rel='bookmark' title='Permanent Link: The DELETE Statement'&gt;The DELETE Statement&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://alomohora.com/the-create-table-statement/feed/</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">0</slash:comments></item><item><title>The CREATE DATABASE Statement</title><link>http://alomohora.com/the-create-database-statement/</link><category>SQL</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">alomohora</dc:creator><pubDate>Fri, 19 Feb 2010 12:08:07 PST</pubDate><guid isPermaLink="false">http://alomohora.com/?p=2188</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p style="text-align: justify;">The CREATE DATABASE statement is used to create a database.</p>
<p style="text-align: justify;"><span id="more-2188"></span></p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-0565123193486834";
/* 300x250, created 4/16/09 */
google_ad_slot = "1588389760";
google_ad_width = 300;
google_ad_height = 250;
// --></script></p>
<p style="text-align: justify;"><script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script></p>
<p style="text-align: justify;">SQL CREATE DATABASE Syntax</p>
<p style="text-align: center;">CREATE DATABASE database_name</p>
<h2>CREATE DATABASE Example</h2>
<p style="text-align: justify;">Now we want to create a database called &#8220;my_db&#8221;. We use the following CREATE DATABASE statement:</p>
<p style="text-align: center;">CREATE DATABASE my_db</p>
<p style="text-align: justify;">Database tables can be added with the CREATE TABLE statement.</p>


<p>Related posts:<ol><li><a href='http://alomohora.com/the-sql-select-statement/' rel='bookmark' title='Permanent Link: SQL SELECT Statement'>SQL SELECT Statement</a></li>
<li><a href='http://alomohora.com/sql-update-statement/' rel='bookmark' title='Permanent Link: SQL UPDATE Statement'>SQL UPDATE Statement</a></li>
<li><a href='http://alomohora.com/the-delete-statement/' rel='bookmark' title='Permanent Link: The DELETE Statement'>The DELETE Statement</a></li>
</ol></p>
<p><a href="http://feedads.g.doubleclick.net/~a/QWFuwPoN_INPy4CYvrzsGZykFIA/0/da"><img src="http://feedads.g.doubleclick.net/~a/QWFuwPoN_INPy4CYvrzsGZykFIA/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/QWFuwPoN_INPy4CYvrzsGZykFIA/1/da"><img src="http://feedads.g.doubleclick.net/~a/QWFuwPoN_INPy4CYvrzsGZykFIA/1/di" border="0" ismap="true"></img></a></p>]]></content:encoded><description>The CREATE DATABASE statement is used to create a database.



SQL CREATE DATABASE Syntax
CREATE DATABASE database_name
CREATE DATABASE Example
Now we want to create a database called &amp;#8220;my_db&amp;#8221;. We use the following CREATE DATABASE statement:
CREATE DATABASE my_db
Database tables can be added with the CREATE TABLE statement.


Related posts:SQL SELECT Statement
SQL UPDATE Statement
The DELETE Statement



Related posts:&lt;ol&gt;&lt;li&gt;&lt;a href='http://alomohora.com/the-sql-select-statement/' rel='bookmark' title='Permanent Link: SQL SELECT Statement'&gt;SQL SELECT Statement&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='http://alomohora.com/sql-update-statement/' rel='bookmark' title='Permanent Link: SQL UPDATE Statement'&gt;SQL UPDATE Statement&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='http://alomohora.com/the-delete-statement/' rel='bookmark' title='Permanent Link: The DELETE Statement'&gt;The DELETE Statement&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://alomohora.com/the-create-database-statement/feed/</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">0</slash:comments></item><item><title>The SQL SELECT INTO Statement</title><link>http://alomohora.com/the-sql-select-into-statement/</link><category>SQL</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">alomohora</dc:creator><pubDate>Fri, 12 Feb 2010 11:57:38 PST</pubDate><guid isPermaLink="false">http://alomohora.com/?p=2182</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p style="text-align: justify;">The SELECT INTO statement selects data from one table and inserts it into a different table. </p>
<p style="text-align: justify;"><span id="more-2182"></span></p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-0565123193486834";
/* 300x250, created 4/16/09 */
google_ad_slot = "1588389760";
google_ad_width = 300;
google_ad_height = 250;
// --></script></p>
<p style="text-align: justify;"><script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script></p>
<p style="text-align: justify;">The SELECT INTO statement is most often used to create backup copies of tables.  We can select all columns into the new table:</p>
<p style="text-align: center;">SELECT *INTO new_table_name [IN externaldatabase] FROM old_tablename</p>
<p style="text-align: justify;">Or we can select only the columns we want into the new table:</p>
<p style="text-align: center;">SELECT column_name(s) INTO new_table_name [IN externaldatabase] FROM old_tablename</p>
<h2>SQL SELECT INTO Example</h2>
<p style="text-align: justify;"><b>Make a Backup Copy</b> &#8211; Now we want to make an exact copy of the data in our &#8220;Persons&#8221; table. We use the following SQL statement:</p>
<p style="text-align: center;">SELECT * INTO Persons_Backup FROM Persons</p>
<p style="text-align: justify;">We can also use the IN clause to copy the table into another database:</p>
<p style="text-align: center;">SELECT * INTO Persons_Backup IN &#8216;Backup.mdb&#8217; FROM Persons</p>
<p style="text-align: justify;">We can also copy only a few fields into the new table:</p>
<p style="text-align: center;">SELECT LastName,FirstName INTO Persons_Backup FROM Persons</p>
<h2>SQL SELECT INTO &#8211; With a WHERE Clause</h2>
<p style="text-align: justify;">We can also add a WHERE clause. The following SQL statement creates a &#8220;Persons_Backup&#8221; table with only the persons who lives in the city &#8220;Sandnes&#8221;:</p>
<p style="text-align: center;">SELECT LastName,Firstname INTO Persons_Backup FROM Persons WHERE City=&#8217;Sandnes&#8217;</p>
<h2>SQL SELECT INTO &#8211; Joined Tables</h2>
<p style="text-align: justify;">Selecting data from more than one table is also possible. The following example creates a &#8220;Persons_Order_Backup&#8221; table contains data from the two tables &#8220;Persons&#8221; and &#8220;Orders&#8221;:</p>
<p style="text-align: center;">SELECT Persons.LastName,Orders.OrderNo INTO Persons_Order_Backup FROM Persons INNER JOIN Orders ON Persons.P_Id=Orders.P_Id</p>


<p>Related posts:<ol><li><a href='http://alomohora.com/sql-insert-into-statement/' rel='bookmark' title='Permanent Link: SQL INSERT INTO Statement'>SQL INSERT INTO Statement</a></li>
<li><a href='http://alomohora.com/sql-update-statement/' rel='bookmark' title='Permanent Link: SQL UPDATE Statement'>SQL UPDATE Statement</a></li>
<li><a href='http://alomohora.com/sql-inner-join-keyword/' rel='bookmark' title='Permanent Link: SQL INNER JOIN Keyword'>SQL INNER JOIN Keyword</a></li>
</ol></p>
<p><a href="http://feedads.g.doubleclick.net/~a/0ueydjD76Lnb3OGhKpOsp41u0j4/0/da"><img src="http://feedads.g.doubleclick.net/~a/0ueydjD76Lnb3OGhKpOsp41u0j4/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/0ueydjD76Lnb3OGhKpOsp41u0j4/1/da"><img src="http://feedads.g.doubleclick.net/~a/0ueydjD76Lnb3OGhKpOsp41u0j4/1/di" border="0" ismap="true"></img></a></p>]]></content:encoded><description>The SELECT INTO statement selects data from one table and inserts it into a different table. 



The SELECT INTO statement is most often used to create backup copies of tables.  We can select all columns into the new table:
SELECT *INTO new_table_name [IN externaldatabase] FROM old_tablename
Or we can select only the columns we want into [...]


Related posts:&lt;ol&gt;&lt;li&gt;&lt;a href='http://alomohora.com/sql-insert-into-statement/' rel='bookmark' title='Permanent Link: SQL INSERT INTO Statement'&gt;SQL INSERT INTO Statement&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='http://alomohora.com/sql-update-statement/' rel='bookmark' title='Permanent Link: SQL UPDATE Statement'&gt;SQL UPDATE Statement&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='http://alomohora.com/sql-inner-join-keyword/' rel='bookmark' title='Permanent Link: SQL INNER JOIN Keyword'&gt;SQL INNER JOIN Keyword&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://alomohora.com/the-sql-select-into-statement/feed/</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">0</slash:comments></item><item><title>The SQL UNION Operator</title><link>http://alomohora.com/the-sql-union-operator/</link><category>SQL</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">alomohora</dc:creator><pubDate>Fri, 05 Feb 2010 11:45:16 PST</pubDate><guid isPermaLink="false">http://alomohora.com/?p=2175</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p style="text-align: justify;">The UNION operator is used to combine the result-set of two or more SELECT statements.</p>
<p style="text-align: justify;"><span id="more-2175"></span></p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-0565123193486834";
/* 300x250, created 4/16/09 */
google_ad_slot = "1588389760";
google_ad_width = 300;
google_ad_height = 250;
// --></script></p>
<p style="text-align: justify;"><script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script></p>
<p style="text-align: justify;">Notice that each SELECT statement within the UNION must have the same number of columns. The columns must also have similar data types. Also, the columns in each SELECT statement must be in the same order.</p>
<p style="text-align: justify;">SQL UNION Syntax</p>
<p style="text-align: center;">SELECT column_name(s) FROM table_name1 UNION SELECT column_name(s) FROM table_name2</p>
<p></p>
<p style="text-align: justify;"><b>Note:</b> The UNION operator selects only distinct values by default. To allow duplicate values, use UNION ALL.</p>
<p style="text-align: justify;">SQL UNION ALL Syntax</p>
<p style="text-align: center;">SELECT column_name(s) FROM table_name1 UNION ALL SELECT column_name(s) FROM table_name2</p>
<p></p>
<p style="text-align: justify;"><b>PS:</b> The column names in the result-set of a UNION are always equal to the column names in the first SELECT statement in the UNION.</p>
<h2>SQL UNION Example</h2>
<p style="text-align: justify;">Look at the following tables:</p>
<p style="text-align: justify;"><b>&#8220;Employees_Norway&#8221;</b>:</p>
<table align="center" border="1" cellpadding="0" cellspacing="0" width="60%">
<tbody>
<tr>
<th align="center" width="25%">E_ID</th>
<th align="center" width="35%">E_Name</th>
</tr>
<tr>
<td>01</td>
<td>Hansen, Ola</td>
</tr>
<tr>
<td>02</td>
<td>Svendson, Tove</td>
</tr>
<tr>
<td>03</td>
<td>Svendson, Stephen</td>
</tr>
<tr>
<td>04</td>
<td>Pettersen, Kari</td>
</tr>
</tbody>
</table>
<p></p>
<p style="text-align: justify;"><b>&#8220;Employees_USA&#8221;</b>:</p>
<table align="center" border="1" cellpadding="0" cellspacing="0" width="60%">
<tbody>
<tr>
<th align="center" width="25%">E_ID</th>
<th align="center" width="35%">E_Name</th>
</tr>
<tr>
<td>01</td>
<td>Turner, Sally</td>
</tr>
<tr>
<td>02</td>
<td>Kent, Clark</td>
</tr>
<tr>
<td>03</td>
<td>Svendson, Stephen</td>
</tr>
<tr>
<td>04</td>
<td>Scott, Stephen</td>
</tr>
</tbody>
</table>
<p></p>
<p style="text-align: justify;">Now we want to list <b>all the different</b> employees in Norway and USA.</p>
<p style="text-align: justify;">We use the following SELECT statement:</p>
<p style="text-align: center;">SELECT E_Name FROM Employees_Norway UNION SELECT E_Name FROM Employees_USA</p>
<p></p>
<p style="text-align: justify;">The result-set will look like this:</p>
<table align="center" border="1" cellpadding="0" cellspacing="0" width="60%">
<tbody>
<tr>
<th align="center" width="35%"><b>E_Name</b></th>
</tr>
<tr>
<td>Hansen, Ola</td>
</tr>
<tr>
<td>Svendson, Tove</td>
</tr>
<tr>
<td>Svendson, Stephen</td>
</tr>
<tr>
<td>Pettersen, Kari</td>
</tr>
<tr>
<td>Turner, Sally</td>
</tr>
<tr>
<td>Kent, Clark</td>
</tr>
<tr>
<td>Scott, Stephen</td>
</tr>
</tbody>
</table>
<p></p>
<p style="text-align: justify;"><b>Note:</b> This command cannot be used to list all employees in Norway and USA. In the example above we have two employees with equal names, and only one of them will be listed. The UNION command selects only distinct values.</p>
<h2>SQL UNION ALL Example</h2>
<p style="text-align: justify;">Now we want to list <b>all</b> employees in Norway and USA:</p>
<p style="text-align: center;">SELECT E_Name FROM Employees_Norway UNION ALL SELECT E_Name FROM Employees_USA</p>
<p style="text-align: justify;"><b>Result</b></p>
<table align="center" border="1" cellpadding="0" cellspacing="0" width="60%">
<tbody>
<tr>
<th align="center" width="35%"><b>E_Name</b></th>
</tr>
<tr>
<td>Hansen, Ola</td>
</tr>
<tr>
<td>Svendson, Tove</td>
</tr>
<tr>
<td>Svendson, Stephen</td>
</tr>
<tr>
<td>Pettersen, Kari</td>
</tr>
<tr>
<td>Turner, Sally</td>
</tr>
<tr>
<td>Kent, Clark</td>
</tr>
<tr>
<td>Svendson, Stephen</td>
</tr>
<tr>
<td>Scott, Stephen</td>
</tr>
</tbody>
</table>
<p></p>


<p>Related posts:<ol><li><a href='http://alomohora.com/sql-and-or-operators/' rel='bookmark' title='Permanent Link: SQL AND &#038; OR Operators'>SQL AND &#038; OR Operators</a></li>
<li><a href='http://alomohora.com/sql-top-clause/' rel='bookmark' title='Permanent Link: SQL TOP Clause'>SQL TOP Clause</a></li>
<li><a href='http://alomohora.com/sql-in-operator/' rel='bookmark' title='Permanent Link: SQL IN Operator'>SQL IN Operator</a></li>
</ol></p>
<p><a href="http://feedads.g.doubleclick.net/~a/CUYURsaFrGClTRSoQ6cVi3qALMA/0/da"><img src="http://feedads.g.doubleclick.net/~a/CUYURsaFrGClTRSoQ6cVi3qALMA/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/CUYURsaFrGClTRSoQ6cVi3qALMA/1/da"><img src="http://feedads.g.doubleclick.net/~a/CUYURsaFrGClTRSoQ6cVi3qALMA/1/di" border="0" ismap="true"></img></a></p>]]></content:encoded><description>The UNION operator is used to combine the result-set of two or more SELECT statements.



Notice that each SELECT statement within the UNION must have the same number of columns. The columns must also have similar data types. Also, the columns in each SELECT statement must be in the same order.
SQL UNION Syntax
SELECT column_name(s) FROM table_name1 [...]


Related posts:&lt;ol&gt;&lt;li&gt;&lt;a href='http://alomohora.com/sql-and-or-operators/' rel='bookmark' title='Permanent Link: SQL AND &amp;#038; OR Operators'&gt;SQL AND &amp;#038; OR Operators&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='http://alomohora.com/sql-top-clause/' rel='bookmark' title='Permanent Link: SQL TOP Clause'&gt;SQL TOP Clause&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='http://alomohora.com/sql-in-operator/' rel='bookmark' title='Permanent Link: SQL IN Operator'&gt;SQL IN Operator&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://alomohora.com/the-sql-union-operator/feed/</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">0</slash:comments></item><item><title>Stats Plugin Wordpress</title><link>http://alomohora.com/wordpress-stats-plugin/</link><category>Wordpress</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">alomohora</dc:creator><pubDate>Thu, 28 Jan 2010 09:12:49 PST</pubDate><guid isPermaLink="false">http://alomohora.com/?p=141</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p style="text-align: justify;">There are hundreds of plugins and services which can provide statistics about your visitors. <a href="http://wordpress.org/extend/plugins/stats/">Wordpress.com Stats plugin</a> for <a href="http://www.wordpress.org/">Wordpress</a> that keeps track of view counts of individual pages.</p>
<p style="text-align: justify;"><span id="more-141"></span></p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-0565123193486834";
/* 300x250, created 4/16/09 */
google_ad_slot = "1588389760";
google_ad_width = 300;
google_ad_height = 250;
// --></script></p>
<p style="text-align: justify;"><script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script></p>
<p style="text-align: justify;">Installing this Wordpress.com Stats plugin after that need is to put in API Key and the rest is automatic. Once it’s running it’ll begin collecting information about page views, which posts and pages are the most popular, where your traffic is coming from, and what people click on when they leave. It’ll also add a link to your dashboard which allows you to see all stats on a single page.</p>
<p style="text-align: justify;">Finally, because all of the processing and collection runs on their servers and not yours, WordPress.com Stats plugin doesn’t cause any additional load on your hosting account. In fact, it’s one of the fastest stats systems, hosted or not hosted, that you can use.</p>
<p style="text-align: center;"><a title="Stats Plugin Wordpress" href="http://makiki.files.wordpress.com/2009/01/alomohora-wordpress-stats-plugin.jpg"><img class="aligncenter" title="Alomohora - Wordpress - Stats Plugin" src="http://makiki.files.wordpress.com/2009/01/alomohora-wordpress-stats-plugin.jpg?w=300&amp;h=207" alt="Alomohora - Wordpress - Stats Plugin" width="300" height="207" /></a></p>


<p>Related posts:<ol><li><a href='http://alomohora.com/wordpress-stats-plugin-not-working/' rel='bookmark' title='Permanent Link: Stats Plugin Wordpress (Not Working)'>Stats Plugin Wordpress (Not Working)</a></li>
<li><a href='http://alomohora.com/wordpress-stats-plugin-by-w3counter/' rel='bookmark' title='Permanent Link: Stats Plugin by W3Counter'>Stats Plugin by W3Counter</a></li>
<li><a href='http://alomohora.com/wordpress-show-visitor-ip-address-plugin/' rel='bookmark' title='Permanent Link: Show Visitor IP Address Plugin'>Show Visitor IP Address Plugin</a></li>
</ol></p>
<p><a href="http://feedads.g.doubleclick.net/~a/kydFM_Jamn72petSb6kydgAUNHk/0/da"><img src="http://feedads.g.doubleclick.net/~a/kydFM_Jamn72petSb6kydgAUNHk/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/kydFM_Jamn72petSb6kydgAUNHk/1/da"><img src="http://feedads.g.doubleclick.net/~a/kydFM_Jamn72petSb6kydgAUNHk/1/di" border="0" ismap="true"></img></a></p>]]></content:encoded><description>There are hundreds of plugins and services which can provide statistics about your visitors. Wordpress.com Stats plugin for Wordpress that keeps track of view counts of individual pages.



Installing this Wordpress.com Stats plugin after that need is to put in API Key and the rest is automatic. Once it’s running it’ll begin collecting information about page [...]


Related posts:&lt;ol&gt;&lt;li&gt;&lt;a href='http://alomohora.com/wordpress-stats-plugin-not-working/' rel='bookmark' title='Permanent Link: Stats Plugin Wordpress (Not Working)'&gt;Stats Plugin Wordpress (Not Working)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='http://alomohora.com/wordpress-stats-plugin-by-w3counter/' rel='bookmark' title='Permanent Link: Stats Plugin by W3Counter'&gt;Stats Plugin by W3Counter&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='http://alomohora.com/wordpress-show-visitor-ip-address-plugin/' rel='bookmark' title='Permanent Link: Show Visitor IP Address Plugin'&gt;Show Visitor IP Address Plugin&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://alomohora.com/wordpress-stats-plugin/feed/</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">0</slash:comments></item><item><title>Change Yahoo! Account Information</title><link>http://alomohora.com/change-yahoo-account-information/</link><category>Others</category><category>Yahoo</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">alomohora</dc:creator><pubDate>Thu, 21 Jan 2010 21:49:51 PST</pubDate><guid isPermaLink="false">http://alomohora.com/?p=2098</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p style="text-align: justify;">From time to time, your personal information such as your address, phone number, and alternate email address changes. When it does, please go to your Yahoo! Account Info page to update it. Besides personal information, you can also change your sign-in and security settings, aliases, location, and time zone settings, and notifications and subscriptions.</p>
<p style="text-align: justify;"><span id="more-2098"></span></p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-0565123193486834";
/* 300x250, created 4/16/09 */
google_ad_slot = "1588389760";
google_ad_width = 300;
google_ad_height = 250;
// --></script></p>
<p style="text-align: justify;"><script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script></p>
<p style="text-align: justify;">To change your Yahoo! account information:</p>
<ol style="list-style-type: decimal; text-align: justify;">
<li><a class="bb-url" href="http://edit.yahoo.com/config/eval_profile" target="_blank">Click here</a> to go to your Account Info page. You may be prompted to sign in or re-enter your password for security. Once you have correctly entered your password, you will be directed to the Account Info page.</li>
<li>From the Account Info page you can edit:
<ul >
<li><span style="font-style: italic;">Profile Information:</span> Click <span style="font-weight: bold;">Edit profile details</span> to go to the page where you can change personal information such as your name, location, relationship status, place of employment, schools attended, and so on.</li>
<li><span style="font-style: italic;">Contact Information:</span> Click <span style="font-weight: bold;">Update your contact information</span> to update your phone numbers, addresses, and email accounts that you share with Yahoo! and with your Yahoo! connections. Click <span style="font-weight: bold;">Choose how Yahoo! contacts you</span> to update your mobile phone or alternate email address.</li>
<li><span style="font-style: italic;">Sign-In and Security:</span>
<ul >
<li>Click <span style="font-weight: bold;">Change your password</span> to change the password you use to log in to your Yahoo! account.</li>
<li>Click <span style="font-weight: bold;">Update password-reset info</span> to change your alternate email address, mobile phone number, or secret questions that Yahoo! needs to reset your password.</li>
<li>Click <span style="font-weight: bold;">Create a sign-in seal</span> to add a level of security to your personal information.</li>
<li>Click <span style="font-weight: bold;">Manage/Create your OpenID</span> to create or change your OpenID identifiers.</li>
<li>Click <span style="font-weight: bold;">Link your account with other sites</span> to determine which third-party applications and devices as well as Yahoo! applications you want to remain signed-in to.</li>
<li>Click <span style="font-weight: bold;">Change sign-in settings</span> to change how often Yahoo! asks you to enter your password.</li>
</ul>
</li>
<li><span style="font-style: italic;">Account Settings:</span>
<ul >
<li>Click <span style="font-weight: bold;">Manage your Yahoo! aliases</span> to create or change your aliases.</li>
<li>Click <span style="font-weight: bold;">Set language, site, time zone</span> to change these settings for the country and time zone in which you want to display your Yahoo! content.</li>
</ul>
</li>
<li><span style="font-style: italic;">Notifications and Subscriptions:</span>
<ul >
<li>Click <span style="font-weight: bold;">View your Yahoo! premium services</span> to see which services you subscribe to and when they expire.</li>
<li>Click <span style="font-weight: bold;">Update newsletter &amp; marketing options</span> to manage what types of messages we send you and how we send them and to subscribe/unsubscribe from newsletters.</li>
<li>Click <span style="font-weight: bold;">Set up  Yahoo! Alerts</span> to select which alerts you want Yahoo! to send to your  Yahoo! Mail, Messenger, or mobile phone.</li>
</ul>
</li>
</ul>
</li>
</ol>


<p>Related posts:<ol><li><a href='http://alomohora.com/multiple-yahoo-messenger/' rel='bookmark' title='Permanent Link: Yahoo! Messenger Multiple Accounts'>Yahoo! Messenger Multiple Accounts</a></li>
<li><a href='http://alomohora.com/multiple-tabs-on-yahoo-messenger/' rel='bookmark' title='Permanent Link: Yahoo! Messenger Multiple Tabs'>Yahoo! Messenger Multiple Tabs</a></li>
<li><a href='http://alomohora.com/unlocking-the-sample-user-account/' rel='bookmark' title='Permanent Link: Unlocking the Sample User Account'>Unlocking the Sample User Account</a></li>
</ol></p>
<p><a href="http://feedads.g.doubleclick.net/~a/WioY5VvFucfpJEcmz4KMYSpkr9A/0/da"><img src="http://feedads.g.doubleclick.net/~a/WioY5VvFucfpJEcmz4KMYSpkr9A/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/WioY5VvFucfpJEcmz4KMYSpkr9A/1/da"><img src="http://feedads.g.doubleclick.net/~a/WioY5VvFucfpJEcmz4KMYSpkr9A/1/di" border="0" ismap="true"></img></a></p>]]></content:encoded><description>From time to time, your personal information such as your address, phone number, and alternate email address changes. When it does, please go to your Yahoo! Account Info page to update it. Besides personal information, you can also change your sign-in and security settings, aliases, location, and time zone settings, and notifications and subscriptions.



To change [...]


Related posts:&lt;ol&gt;&lt;li&gt;&lt;a href='http://alomohora.com/multiple-yahoo-messenger/' rel='bookmark' title='Permanent Link: Yahoo! Messenger Multiple Accounts'&gt;Yahoo! Messenger Multiple Accounts&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='http://alomohora.com/multiple-tabs-on-yahoo-messenger/' rel='bookmark' title='Permanent Link: Yahoo! Messenger Multiple Tabs'&gt;Yahoo! Messenger Multiple Tabs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='http://alomohora.com/unlocking-the-sample-user-account/' rel='bookmark' title='Permanent Link: Unlocking the Sample User Account'&gt;Unlocking the Sample User Account&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://alomohora.com/change-yahoo-account-information/feed/</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">0</slash:comments></item><item><title>Save as PDF or XPS</title><link>http://alomohora.com/save-as-pdf-or-xps/</link><category>Others</category><category>Microsoft Office</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">alomohora</dc:creator><pubDate>Thu, 14 Jan 2010 22:20:15 PST</pubDate><guid isPermaLink="false">http://alomohora.com/?p=1830</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p style="text-align: justify;">This download allows you to export and save to the PDF and XPS formats in Microsoft Office 2007 programs.</p>
<p style="text-align: justify;"><span id="more-1830"></span></p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-0565123193486834";
/* 300x250, created 4/16/09 */
google_ad_slot = "1588389760";
google_ad_width = 300;
google_ad_height = 250;
// --></script></p>
<p style="text-align: justify;"><script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script></p>
<p style="text-align: justify;">It also allows you to send as e-mail attachment in the PDF and XPS formats in a subset of these programs.</p>
<p style="text-align: justify;"><a title="Microsoft Office 2007 Add-in" href="http://www.microsoft.com/downloads/details.aspx?FamilyID=4d951911-3e7e-4ae6-b059-a2e79ed87041&amp;displaylang=en">Click here t download add in</a></p>


<p>Related posts:<ol><li><a href='http://alomohora.com/open-office-2007-documents-in-office-2003/' rel='bookmark' title='Permanent Link: Open Office 2007 Documents in Office 2003'>Open Office 2007 Documents in Office 2003</a></li>
<li><a href='http://alomohora.com/change-yahoo-account-information/' rel='bookmark' title='Permanent Link: Change Yahoo! Account Information'>Change Yahoo! Account Information</a></li>
</ol></p>
<p><a href="http://feedads.g.doubleclick.net/~a/oal6p0Uee6F5lx7_8K0b-JM2Rn0/0/da"><img src="http://feedads.g.doubleclick.net/~a/oal6p0Uee6F5lx7_8K0b-JM2Rn0/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/oal6p0Uee6F5lx7_8K0b-JM2Rn0/1/da"><img src="http://feedads.g.doubleclick.net/~a/oal6p0Uee6F5lx7_8K0b-JM2Rn0/1/di" border="0" ismap="true"></img></a></p>]]></content:encoded><description>This download allows you to export and save to the PDF and XPS formats in Microsoft Office 2007 programs.



It also allows you to send as e-mail attachment in the PDF and XPS formats in a subset of these programs.
Click here t download add in


Related posts:Open Office 2007 Documents in Office 2003
Change Yahoo! Account Information



Related posts:&lt;ol&gt;&lt;li&gt;&lt;a href='http://alomohora.com/open-office-2007-documents-in-office-2003/' rel='bookmark' title='Permanent Link: Open Office 2007 Documents in Office 2003'&gt;Open Office 2007 Documents in Office 2003&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='http://alomohora.com/change-yahoo-account-information/' rel='bookmark' title='Permanent Link: Change Yahoo! Account Information'&gt;Change Yahoo! Account Information&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://alomohora.com/save-as-pdf-or-xps/feed/</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">2</slash:comments></item><item><title>Open Office 2007 Documents in Office 2003</title><link>http://alomohora.com/open-office-2007-documents-in-office-2003/</link><category>Others</category><category>Microsoft Office</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">alomohora</dc:creator><pubDate>Thu, 07 Jan 2010 21:46:03 PST</pubDate><guid isPermaLink="false">http://alomohora.com/?p=1984</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p style="text-align: justify;">How do I Open Office 2007 Documents in Office 2003?</p>
<p style="text-align: justify;"><span id="more-1984"></span></p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-0565123193486834";
/* 300x250, created 4/16/09 */
google_ad_slot = "1588389760";
google_ad_width = 300;
google_ad_height = 250;
// --></script></p>
<p style="text-align: justify;"><script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script></p>
<p style="text-align: justify;">Get the Microsoft Office Compatibility Pack for the Word, Excel, and PowerPoint 2007 File Formats. The Compatibility Pack will let you read Office 2007 documents in Microsoft Office 2000, Office XP, or Office 2003. So you can open a .docx file with Word 2003 or .pptx with PowerPoint 2003.</p>
<p style="text-align: justify;"><a title="Download Office 2007 Compatibility Pack" href="http://www.microsoft.com/downloads/details.aspx?familyid=941B3470-3AE9-4AEE-8F43-C6BB74CD1466&amp;displaylang=en">Download Office 2007 Compatibility Pack</a></p>


<p>Related posts:<ol><li><a href='http://alomohora.com/save-as-pdf-or-xps/' rel='bookmark' title='Permanent Link: Save as PDF or XPS'>Save as PDF or XPS</a></li>
</ol></p>
<p><a href="http://feedads.g.doubleclick.net/~a/WvXRmnAKT7wxim-Tt98pGxgaBDU/0/da"><img src="http://feedads.g.doubleclick.net/~a/WvXRmnAKT7wxim-Tt98pGxgaBDU/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/WvXRmnAKT7wxim-Tt98pGxgaBDU/1/da"><img src="http://feedads.g.doubleclick.net/~a/WvXRmnAKT7wxim-Tt98pGxgaBDU/1/di" border="0" ismap="true"></img></a></p>]]></content:encoded><description>How do I Open Office 2007 Documents in Office 2003?



Get the Microsoft Office Compatibility Pack for the Word, Excel, and PowerPoint 2007 File Formats. The Compatibility Pack will let you read Office 2007 documents in Microsoft Office 2000, Office XP, or Office 2003. So you can open a .docx file with Word 2003 or .pptx [...]


Related posts:&lt;ol&gt;&lt;li&gt;&lt;a href='http://alomohora.com/save-as-pdf-or-xps/' rel='bookmark' title='Permanent Link: Save as PDF or XPS'&gt;Save as PDF or XPS&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://alomohora.com/open-office-2007-documents-in-office-2003/feed/</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">0</slash:comments></item><item><title>Happy New Year 2010</title><link>http://alomohora.com/happy-new-year-2010/</link><category>Others</category><category>Happy New Year</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">alomohora</dc:creator><pubDate>Thu, 31 Dec 2009 09:02:37 PST</pubDate><guid isPermaLink="false">http://alomohora.com/?p=2033</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p style="text-align: justify;">Happy New Year 2010.</p>
<p style="text-align: justify;"><span id="more-2033"></span></p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-0565123193486834";
/* 300x250, created 4/16/09 */
google_ad_slot = "1588389760";
google_ad_width = 300;
google_ad_height = 250;
// --></script></p>
<p style="text-align: justify;"><script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script></p>
<p style="text-align: center;"><a href="http://makiki.wordpress.com/files/2009/12/alomohora-others-happy-new-year-2010.jpg"><img class="alignnone" title="Happy New Year 2010" src="http://makiki.wordpress.com/files/2009/12/alomohora-others-happy-new-year-2010.jpg" alt="" width="300" height="300" /></a></p>


<p>Related posts:<ol><li><a href='http://alomohora.com/others-happy-new-year-2009/' rel='bookmark' title='Permanent Link: Happy New Year 2009'>Happy New Year 2009</a></li>
</ol></p>
<p><a href="http://feedads.g.doubleclick.net/~a/S6nYSczzkBVV5gmAxY4lG4dw6KY/0/da"><img src="http://feedads.g.doubleclick.net/~a/S6nYSczzkBVV5gmAxY4lG4dw6KY/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/S6nYSczzkBVV5gmAxY4lG4dw6KY/1/da"><img src="http://feedads.g.doubleclick.net/~a/S6nYSczzkBVV5gmAxY4lG4dw6KY/1/di" border="0" ismap="true"></img></a></p>]]></content:encoded><description>Happy New Year 2010.






Related posts:Happy New Year 2009



Related posts:&lt;ol&gt;&lt;li&gt;&lt;a href='http://alomohora.com/others-happy-new-year-2009/' rel='bookmark' title='Permanent Link: Happy New Year 2009'&gt;Happy New Year 2009&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://alomohora.com/happy-new-year-2010/feed/</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">1</slash:comments></item></channel></rss>
