Most of the database vendors supports inbuilt functions, such as the numeric, string, time etc.This functions are used in SQL statement and returns scalar values that are stored in database. In addition to these per-defined functions, RDBMS provide also supports user defined functions. User Defined Functions can be used in following situation. In the...