Why is the GETDATE() an invalid identifier says Oracle Sql Developer tool when I debug this code:
CREATE OR REPLACE TRIGGER SPName AFTER UPDATE ON TableName
SYSDATE and GETDATE perform identically.
SYSDATE
GETDATE
SYSDATE is compatible with Oracle syntax, and GETDATE is compatible with Microsoft SQL Server syntax.