Home > Topics > Data > SQL

SQL

Titles

Just Released

Oracle PL/SQL by Example, 6th Edition
T-SQL Fundamentals, 4th Edition
SQL in 24 Hours, Sams Teach Yourself, 7th Edition

See More SQL Titles

Articles

Aggregate functions can be useful and are quite simple to use. In this chapter from SQL in 24 Hours, Sams Teach Yourself, 6th Edition, you learn how to count values in columns, count rows of data in a table, get the maximum and minimum values for a column, figure the sum of the values in a column, and figure the average value for values in a column.

In this excerpt from Oracle SQL LiveLessons (Video Training), Downloadable Version, Dan Hotka discusses analytical functions.

In this excerpt from Oracle SQL LiveLessons (Video Training), Downloadable Version, Dan Hotka shows you how to work with date functions and date format functions.

See More SQL Articles