26. Display the earliest shipping date in the format:
DD/MON/YYYY
Answers were Sorted based on User's Feedback
select to_char(sysdate,'DD/MON/YYYY') from dual;
Is This Answer Correct ? | 4 Yes | 2 No |
Answer / uday shankar chejerla
select to_char(to_date(sysdate,'dd-mon-rr'),'dd/mon/yyyy')
from dual;
Is This Answer Correct ? | 3 Yes | 2 No |
i have a question here... As of my knowledge, when we apply an index (b-tree)on a column, internally it arranges the data in b-tree format and do the fetching process correspondingly... and my quetion is... How a bit-map index arranges the data internally when applied on a column?IS it in b-tree format or whatelse?
what is grid in Oracle 10g...
Hi Every One , What is the table Space in Oracle Database ? waiting for answere and thankyou
How to count duplicated values in a column in oracle?
What are named parameters?
15. Display the item_cost and then truncate it to the nearest hundred, ten, unit, tenth and hundredth.
when a grant option is encountered for a table EMP to a peer sitting beside you who has already having the table of that name (EMP), then what is the result?
What are triggers?Where are they used?
How do I decide when to use right joins/left joins or inner joins or how to determine which table is on which side?
Define the SGA and: How you would configure SGA for a mid-sized OLTP environment? What is involved in tuning the SGA?
ex. one table is having 1 column with 10 records , then how to display all the values in row wise ?
What types of joins are used in writing subqueries?