asked on
Oracle is an object-relational database management system. It supports a large number of languages and application development frameworks. Its primary languages are SQL, PL/SQL and Java, but it also includes support for C and C++. Oracle also has its own enterprise modules and application server software.
TRUSTED BY
select * from tbl where date>=add_months(trunc(sys
both of these assume you want everything from Nov 1 of previous year up through current day and time, and that there is no future-dated data
if you might have future-dated data, then add an additional clause
AND date <= sysdate