Fahrenheit Function
    The Fahrenheit() is a temperature measurement method, the function takes one (1) argument of Celsius value and converts it into fahrenheit.
	The syntax for Fahrenheit function is Fahrenheit( Celsius Value ). 
    
    
		/* Following will produce 90 */ 
        SELECT Fahrenheit(32.2222222222222) ;