What is the difference between SQL and Scripting tabs in SQLite Expert application?

What is Scripting in SQLite used for?

Scripting is when you want to write sql commands and save it as a file, to do one of the following

  1. select
  2. create
  3. delete
  4. update

sql is just the canvas where you write your sql commands, it can be saved into a sql file