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 happens if you use a wrong connect identifier?
What are a collation and state the different types of collation sensitivity?
What are the differences between lov and list item?
What is a table in oracle?
What happens to indexes if you drop a table?
Write a syntax for update query in oracle?
what's query optimization and without use of IN AND Exist can we get another way data from query
What suggestions do you have to reduce the network traffic?
Explain how are indexes update?
What is ASM (Automatic Storage Management) in Oracle?
what is the use of triggers in Java program? I mean where do we use triggers in Java programming?
Explain the use of online redo log files in oracle.
How to best split csv strings in oracle 9i?
What is merge in oracle?
How to run create database statement?