Sysdate()
Sysdate() is simple if you keep it on paper. Zara uses it for a Sysdate dry-run in lab hour.
For Sysdate(), InnoDB is in play. Don’t blame it until you have traced a Sysdate dry-run.
Without Sysdate(), lab hour gets messy and a Sysdate dry-run is hard to trust.
Use Sysdate() when a Sysdate dry-run must stay clear. If a simpler SQL step works, use that instead.
Sysdate() miss — skipping the failure case for Sysdate. Fix it before you talk about advanced SQL.
After Sysdate(), Zara should still remember skipping the failure case for Sysdate.
Viva for Sysdate(): what it is → one Sysdate step Zara can write from memory → the mistake (skipping the failure case for Sysdate).
Board: a Sysdate dry-run. Dry-run Sysdate(). Name the trap: skipping the failure case for Sysdate.