Logo 
Search:

Oracle FAQ

Submit Interview FAQ
Home » Interview FAQ » OracleRSS Feeds

Explain sysdate with example

  Shared By: Shruti Sharma    Date: Dec 17    Category: Oracle    Views: 1412

Answer:

- Sysdate is a pseudo column that contains the current date and time.

- It requires no arguments when selected from the table DUAL and returns the current date.

SELECT sysdate FROM dual;

Share: 
 

Didn't find what you were looking for? Find more on Explain sysdate with example Or get search suggestion and latest updates.


Your Comment
  • Comment should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].


Tagged: