While entering a SQL statement in Oracle SQL Developer, I noticed that I have two choices. I can either \"Run Statement\" or \"Run Script\". A similar choice seems to be ava
I think
"Execute Statement" - mean if you want to get results (resultset)
"Run Script" - is something you need to execute but don't need a results, like installing database dump, or upgrade script to add columns to the table etc.