﻿<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.howtodothings.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>HowToDoThings.com Oracle</title>
 <link>http://www.howtodothings.com/computers/c1238-oracle.html/popular-articles</link>
 <description>A list of popular articles by category as a list.</description>
 <language>en</language>
<item>
 <title>How To Use Oracle SQL</title>
 <link>http://www.howtodothings.com/computers/how-to-use-oracle-sql</link>
 <description>&lt;p&gt;SQL is shorthand for Structured Query Language. Oracle SQL is a language and not an application. It is a language that can be used to communicate with databases. Oracle SQL can be used to query databases and analyze data.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;/files/u10023/how-to-use-oracle.jpg&quot; alt=&quot;how to use oracle&quot; hspace=&quot;50&quot; width=&quot;268&quot; height=&quot;200&quot; align=&quot;middle&quot; /&gt;
&lt;p&gt;Before you use Oracle SQL, you need to understand what a database is. What is a database? It’s a collection of data stored in an organized fashion. The data is stored as Tables inside of a database. Data within tables are stored as rows. All data within a database is either a column or a row. Vertical data is called a column, and horizontal data is called a row. &lt;/p&gt;
&lt;p&gt;Oracle SQL is composed of keywords such as SELECT, FROM, WHERE, GROUP BY, HAVING, and ORDER BY. The 6 keywords mentioned above allow you to query a database and analyze its data.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.howtodothings.com/computers/how-to-use-oracle-sql&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.howtodothings.com/computers/how-to-use-oracle-sql#comments</comments>
 <category domain="http://www.howtodothings.com/computers/c1238-oracle.html">Oracle</category>
 <pubDate>Thu, 20 Sep 2007 14:31:33 -0500</pubDate>
 <dc:creator>miniguru</dc:creator>
 <guid isPermaLink="false">7775 at http://www.howtodothings.com</guid>
</item>
<item>
 <title>How To Add Day, Hour, Minute, Second to a Date Value in Oracle</title>
 <link>http://www.howtodothings.com/computers-internet/how-to-add-day-hour-minute-second-to-a-date-value-in-oracle-0</link>
 <description>&lt;p class=&quot;MsoNormal&quot;&gt;Date arithmetic is very common in database application. In Oracle, you can add, subtract  and compare DATE columns, but you can not multiply or divide it. Oracle stores century, year, month, day, hour, min and seconds as part of the DATE column.&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;Now let’s take a look at how to add day/hour/minute/second to a date value. Oracle expects a number constant in date arithmetic as number of days. In other words, you need to convert hour, minute and seconds to fraction of a day and then you can add or subtract that value from a date value. Here are some examples: &lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.howtodothings.com/computers-internet/how-to-add-day-hour-minute-second-to-a-date-value-in-oracle-0&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.howtodothings.com/computers-internet/how-to-add-day-hour-minute-second-to-a-date-value-in-oracle-0#comments</comments>
 <category domain="http://www.howtodothings.com/computers/c1238-oracle.html">Oracle</category>
 <pubDate>Mon, 03 Mar 2008 16:46:14 -0600</pubDate>
 <dc:creator>ndoshi</dc:creator>
 <guid isPermaLink="false">16426 at http://www.howtodothings.com</guid>
</item>
<item>
 <title>How To Use Structured Query Language (SQL)</title>
 <link>http://www.howtodothings.com/computers-internet/how-to-use-structured-query-language-sql</link>
 <description>&lt;p&gt;Structured Query Language (SQL) is a computer language for creating database and manipulating data. SQL is an ANSI (American National Standard Institute) standard and is supported by almost all Relational Data Base Management Systems (RDBMS) like Oracle, MySQL, SQLServer, MS Access, PostGreSQL etc. SQL has two parts: &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Data Definition Language (DDL): to create, alter, or drop tables and indexes. &lt;/li&gt;
&lt;li&gt;Data Manipulation Language (DML): to insert, update, retrieve or delete the data in the tables.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Here&#039;s how to use SQL. &lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.howtodothings.com/computers-internet/how-to-use-structured-query-language-sql&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.howtodothings.com/computers-internet/how-to-use-structured-query-language-sql#comments</comments>
 <category domain="http://www.howtodothings.com/computers/c1236-mysql.html">Open Source</category>
 <category domain="http://www.howtodothings.com/computers/c1238-oracle.html">Oracle</category>
 <pubDate>Mon, 25 Feb 2008 13:49:37 -0600</pubDate>
 <dc:creator>kakulz</dc:creator>
 <guid isPermaLink="false">16226 at http://www.howtodothings.com</guid>
</item>
</channel>
</rss>
