Write an SQL query that will display the customers as customer title in capital, underscore, City with first letter in Capital and the rest in lower characters, dot, state in capital,dot, and zip code inside brackets [], dot , telephone the first three character in parenthesis followed by a dash . Example: NCR_Houston.TX.[55120].(345)-99345625
Using the MONTH function list the count of leads for all years but for only even months. Use the MOD function.
Using the script editor, create your user defined function (choose the name of the function) that will accept as parameter LEAD_ID multiply (amount * possibility) and return it as possible sale. Show the scripts and run the command in the SQL command.
↧
lephone the first three character in parenthesis followed by a dash . Example: NCR_Houston.TX.[55120].(345)-99345625
↧