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
How do I find my oracle client driver version?
A table t is there.If you perform insert ,update and delete then the trigger will fire.What is the minimum no of trigger required for a table.
How to fetch the row which has the max value for a column?
How to call a stored function in oracle?
how to make an oracle object
What is using clause and give example?
Explain drop constraint oracle?
Explain the use of grant option in imp command.
How are extents allocated to a segment?
What is the data pump export utility?
What is the minimum client footprint required to connect c# to an oracle database?
How can you merge two tables in oracle?
How to delete multiple rows from a table in oracle?
What are the differences between primary key and unique key?
how to code performance tuning of oracle PL/SQL? can any body send me the perfect answer?