Scaling-Optimizing MySQL Database
August 18, 2011 by taxi · Leave a Comment
How to boost your MySQL database for high/Efficient performance? Following
Creating Custom Functions in Oracle
November 5, 2009 by Nauman · Leave a Comment
Here it is a simple procedure to create and call a custom function in Oracle. A custom function is a simple PL/SQL subprogram that is used to calculate a value. It creation syntax is almost same as of procedure except it has a RETURN clause that is used to return the computed value. Syntax of [...]