March 12, 2008
This article shows how to generate Matrix reports. Matrix reports are also know as "Crosstab" reports.
March 3, 2008
Date arithmetic is widely used in many database applications. This article is about how to add Day, Hour, Minute, Second to a Date value in Oracle.
February 25, 2008
Simplest but most comprehensive hands-on tutorial for SQL learning.
January 31, 2008
Duplicate records can be deleted. Duplicate records can be prevented using Unique Indexes.
October 25, 2007
Once you retrieve your data, you should think about how you would like to view it. You can do a lot of formatting in Oracle SQL, which translates into saved time for you.
September 20, 2007
Start writting Oracle SQL queries right away using the following keywords: SELECT, FROM, WHERE, GROUP BY, HAVING, and ORDER BY. When you write a query, please remember to use...