Oracle Resources Home - ExamGuru.net - Your Portal for the IT Certification Practice Exam Questions
Oracle OCP Certification Exam Guides - Oracle DBA Interview Questions - ExamGuru.net Home

Oracle Topics: SQL | Pl/SQL | SQL*PLUS | Backup & Recovery | Init.ora Paramaters | Replication | RMAN | DataGuard | v$ Views | Oracle 10g | Oracle RAC | Performance Tuning & Monitoring
 

Oracle SQL



Mathematical



Date related



Analytical Functions



Select and subquery



Shorties



Emulating a table with sql



Aggregate functions

Aggregate functions allow to group "equal rows" in a result set and to do some (mostly mathematical) operations on a column of this group.


User defined aggregate functions in 9i



NULLs and boolean operators



insert into x returning y



hints



Model Clause

Model clause is an extension in 10g.


Regular Expressions

Regular expressions are definitely going to be very cool.


Validating SQL 92

This SQL validator can obviousy be used to check if an SQL statement is valid SQL-92 according to the standard. I haven't checked it out yet, though.


Misc



Thanks

Thanks to Prasad Godavarthi and Philippe Antoine who each pointed out a wrong links on this page.
Thanks also to Olivier Holl who notified me of a typo on this page.