Login
Remember
Register
Ask a Question
Whether any commands are used for Months calculation? If so, What are they?
0
votes
asked
Jan 17, 2024
in
Oracle
by
AdilsonLima
Whether any commands are used for Months calculation? If so, What are they?
oracle-interview-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 17, 2024
by
AdilsonLima
In Oracle, months_between function is used to find number of months between the given dates. Example is –
Months_between(Date 1, Date 2)
...