SQL Tutorial - Learn SQL




SQL Tutorial
SQL Database Table
SQL SELECT
SQL SELECT INTO
SQL DISTINCT
SQL WHERE
SQL LIKE
SQL INSERT INTO
SQL UPDATE
SQL DELETE
SQL ORDER BY
SQL OR & AND
SQL IN
SQL BETWEEN
SQL Aliases
SQL COUNT
SQL MAX
SQL MIN
SQL AVG
SQL SUM
SQL GROUP BY
SQL HAVING
SQL JOIN

Oracle Interview Questions
Cheap Study Guides
Cisco CCNA Guides
IT interview Questions
Comptia Exam Questions
MCSE Bootcamp
Oracle 10g Training
Oracle OCP Material
PMP Study Guides
Designer Perfumes




SQL MAX

The SQL MAX aggregate function allows us to select the highest (maximum) value for a certain column.

The SQL MAX function syntax is very simple and it looks like this:


SELECT MAX(Column1)
FROM Table1

If we use the Customers table from our previous chapters, we can select the highest date of birth with the following SQL MAX expression:


SELECT MAX(DOB) AS MaxDOB
FROM Customers



Oracle OCP Exam Guides






If you want to contact us please email to
contact @ oraclesource.net


Link to OracleSource


Bookmark OracleSource


Copyright





  © OracleSource.net. 2000-2006  



Partner Sites:  Java Interview Questions | SAP Interview Questions | Oracle DBA Interview Questions | Cisco Study Guides | CompTIA Braindumps | MCSE Braindumps | Oracle Certification | Exact Questions | IT Interview Questions | Free Oracle Training | Cheap Study Guides

Microsoft MCSE Resources  |   Cisco CCNA Resources  |   Orace OCP Resources  |   PMP Resources  |   CISSP Resources  |   Citrix Resources  |   CIW Resources  |   CompTIA A+ Resources  |   Linux Resources  |   Java SCJP Resources  |   Resources Index  |   Free Programming Tutorials