List the last names and birthdays of Global Fast Food Employees. Convert the birth dates to character data in the Month DD, YYYY format. Suppress any leading zeros.
Convert January 3, 04, to the default date format 03-Jan-2004.
Format a query from the Global Fast Foods f_promotional_menus table to print out the start_date of promotional code 110 as: The promotion began on the tenth of February 2004.
Convert today’s date to a format such as: “Today is the Twentieth of March, Two Thousand Four”
List the ID, name, and salary for all Global Fast Foods employees. Display salary with a $ sign and two decimal places.
Ellen Abel is an employee who has received a $2,000 raise. Display her first name and last name, her current salary, and her new salary. Display both salaries with a $ and two decimal places. Label her new salary column AS New Salary.
On what day of the week and date did Global Fast Foods’ promotional code 110 Valentine’s Special begin?
Create one query that will convert 25-Dec-2004 into each of the following (you will have to convert 25- Dec-2004 to a date and then to character data):
December 25th,2004
DECEMBER 25TH, 2004
25th december, 2004
Create a query that will format the DJs on Demand d_packages columns, low-range and high-range package costs, in the format $2500.00.
What is the distinction between implicit and explicit datatype conversion? Give an example of each