How to compare dates in oracle sql?



How to compare dates in oracle sql?..

Answer / Sheelvant

To compare dates in Oracle SQL, you can use the comparison operators like = (equal to), > (greater than), < (less than), >= (greater than or equal to), <= (less than or equal to). For example, if you want to find all employees who joined after 01-JAN-2000, you can execute: `SELECT * FROM EMPLOYEES WHERE hire_date > TO_DATE('01-JAN-2000', 'DD-MON-YYYY')`

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle General Interview Questions

hey friends, What are the steps I can do to transfer the database from Microsoft Access 2003 to oracle10g (or SQL) Best regards

1 Answers  


In which language oracle has been developed?

1 Answers  


How would you edit your CRONTAB to schedule the running of /test/test.sh to run every other day at 2PM?

1 Answers  


Is there a combination of "like" and "in" in sql?

1 Answers  


How to create a stored procedure in oracle?

1 Answers  


how to retrieve 1st and last row of table without using group functions??

6 Answers  


Explain about functional dependency and its relation with table design?

1 Answers  


What happens to the current transaction if a ddl statement is executed?

1 Answers  


Can select statements be used on views in oracle?

1 Answers  


What is an oracle table?

1 Answers  


what is the use of system.effective.date variable in oracle?

1 Answers  


After using set unused can we enable the column again to use? Please give me some answers....

1 Answers   Maveric,


Categories
  • Oracle General Interview Questions Oracle General (1803)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)