Login
Search
Welcome to the iTechForums.
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.
To register now click here.
Latest Threads
Advertisements
Forum Statistics
Threads:
Posts: 1
Members:
Number of Users Online:
Welcome to our newest member,
Reply
 
Thread Tools Display Modes
  #1  
Old 05-12-2008, 09:10 AM
Kala M Kala M is offline
Junior Member
 
Join Date: May 2008
Posts: 2
Default

Oracle.. Need help with some codes....?


My question is : Write a query that produces the following for each employee:
<employee last name> earns <salary> monthly but wants <3 times salary>. Label the column Dream Salaries. (use currency format)

The output:

Dream Salaries
----------------------------------------------------------
King earns $24,000.00 monthly but wants $72,000.00.

Ma answer is :
SELECT last_name||' earns $'|| salary ||' monthly but wants $'||salary*3 AS "Dream Salaries"
FROM employees;

but i cant get the currency format.. Anyone can help???
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Any web sites giving away 48 hour xbox live codes as promotion? Chavo D Web Site Promotion 4 05-31-2008 02:38 AM
I want to look at my friends profile but i want ot take out the CSS/Style codes, & Jessss CSS 4 05-23-2008 05:13 PM
in vb.net, i have a console app, how can i i display my codes in a message box... rjgellangarin12 .Net (ASP.Net, VB.Net, C#) 1 05-10-2008 08:03 AM
html codes in scroll box? Dangerous HTML & DHTML 0 05-08-2008 08:59 AM
does anyone know any sites for xml codes for windows movie maker or have any? skaterjz1025 XML & XUL 0 05-06-2008 12:31 PM

Your Ad Here

All times are GMT. The time now is 12:57 PM.