In Sql developer it is possible to get DDL for an existing table -

However, how do I get SQL for operations performed through UI? For example, how do I see DDL generated when I alter the table to drop a column? Sql developer does the drop operation and does not show me anything.
Edit: I add a column -

And then switch over to SQL tab -

Not what I want.
