1.

Write a query to display the Latest date with alias name as LATESTDATE in which registration happened.

Answer»

ANSWER:

SELECT MAX(LAST_UPDATE_DATE_TIME) AS LAST_UPDATE



Discussion

No Comment Found