months_betweenThis date function takes 2 valid dates and returns number of months in between them.
which of the following is better to find the number of rows in a table? 1. count(1) 2. count(*) 3. count(rowid)