26. Display the earliest shipping date in the format:
DD/MON/YYYY
Answer Posted / nazim
select convert(char(12),getdate(),106)
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What are the oracle built-in data types?
How to drop a stored function?
What is ASM (Automatic Storage Management) in Oracle?
What are the system predefined user roles?
Explain what are the type of synonyms?
How to use existing values in update statements using oracle?
What is format trigger?
How to empty your oracle recycle bin?
How does oracle handle read consistency?
How to delete a user account in oracle?
What are dml statements in oracle?
How to name query output columns in oracle?
What is set operator oracle?
What are operators in oracle?
Explain temporal data types in oracle