We are using a SQL query to search on the basis of dateFrom and dateTo fields. for that i am using \"greater than equal to(>=)\" and \"less than equ
No as such there is no difference(When using ORACLE) but using BETWEEN operator is more elegant way of comparing values for a range.