Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
Whether any commands are used for Months calculation? If so, What are they?
Home
Oracle
Whether any commands are used for Months calculation? If so, What are they?
asked
Jan 17
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
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)
...