Display the number value in Words?
Answer / nishi
select sal, (to_char(to_date(sal,'j'), 'jsp')) from emp;
| Is This Answer Correct ? | 2 Yes | 0 No |
10)In an RDBMS, the information content of a table does not depend on the order of the rows and columns. Is this statement Correct? A)Yes B)No C)Depends on the data being stored D)Only for 2-dimensional tables
How to see the table columns used in an index?
What is the difference between alert log file and trace file ?
How to experiment a data lock in oracle?
Please explain drop constraint oracle?
What are the roles of dba?
How to return top 5 rows in oracle?
The table has 3 columns 4 rows. The output is which column has least null values( A COL SHOULD BE THE OUTPUT) Write the query plz. A B C ================ 1 NULL 2 NULL 3 4 NULL 5 6 7 NULL NULL O/P C = 2 4 6
Why should I use oracle database?
What is an Oracle sequence?
What is Trigger in Oracle?
What are Schema Objects ?