SQL is a computer language used with relational databases. When SQL commands are complex or when several need to be run in sequence, it's often easiest to list all of them in a text file, usually with an ".sql" extension, before executing them. How y...