Answer Posted / ajit
select TO_CHAR( last_day(sysdate), 'day')
from dual
| Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
What are three advantages to using sql?
What is meant by temporal data?
What is embedded sql with example?
Which is faster subquery or join?
what are the features and advantages of object-oriented programming? : Sql dba
what is a table called, if it has neither cluster nor non-cluster index? What is it used for? : Sql dba
Why do we need view in sql?
What are the datatypes available in pl/sql ?
What is denormalization in a database?
Is there a way to automate sql execution from the command-line, batch job or shell script?
What is scope and visibility in PL/SQL?
how to get help information from the server? : Sql dba
How do you explain an index?
How to get help at the sql prompt?
Difference between table function and pipelined function?