how to retrieve daily sal from emp table in oracle 10g
Answer Posted / anuradha
Select empno,ename,sal, sal/30 "Daily_Sal" From emp;
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is control file used for?
How do I recompile a procedure in oracle?
How to establish administrator authentication to the server?
How would you go about verifying the network name that the local_listener is currently using?
How to write date and time interval literals in oracle?
How to use attributes of the implicit cursor in oracle?
Explain coalesce function?
Is postgres faster than oracle?
What is literal?
How to export data to a csv file?
Can you create a synonym without having a table?
What are the attributes of the cursor?
Explain about achiever in sql?
Design database draw er diagram for a certain scenario ?
What is materialized view in Oracle?