
February 1st, 2006, 01:36 PM
|
|
Registered User
|
|
Join Date: Feb 2006
Posts: 1
Time spent in forums: 17 m 51 sec
Reputation Power: 0
|
|
SQL Help
This is a few things i have problems with, just gimme some feedback please. Dont worry about from what tables.
1. 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.
2. Convert January 3, 2004, to the default date format 03-JAN-04.
3. 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.
4. Convert today's date to a format such as: "Today is the Twentieth of March, Two Thousand Four"
5. List the ID, name and salary for all Global Fast Foods employees. Display salary with a $ sign and two decimal places.
6. 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.
7. On what day of the week and date did Global Fast Foods’ promotional code 110 Valentine's Special begin?
8. Create one query that will convert 25-DEC-04 into each of the following (you will have to convert 25-DEC-04 to a date and then to character data):
December 25th, 2004
DECEMBER 25TH, 2004
december 25th, 2004
9. Create a query that will format the DJ on Demand d_packages columns, low-range and high-range package costs, in the format $2500.00.
10. Convert JUNE192004 to a date using the fx format model.
|