Thursday, 28 April 2016

Func Part..2

FUNCTION CONTINUES NUMBER FUNCTIONS:: 1.ROUND() 2.TRUNC() 3.MOD() 4.POWER() 1.ROUND():: The ROUND() Function mainly used for Round of the Decimal Values Or Round of the Values based on the Position Which is Passed in the argument. Example:: **Using Second Argument As Postitive Values--ROUND(Arg1,Positive...

Func Part..1

FUNCTIONS FUNCTIONS:: 1.Single Row Functions 2.Multi Row Functions 1.Single Row Functions:: If we input 'n' number of input and it produce 'n' number of Output.(n->n) Types in Single Row Function:: 1.Case Functions    i)Case Manipulation   ii)Character Manipulation ...