Updating a table

Perspective scripts can use the projects default database connection, assuming that one has been provided. See this thread for confirmation of that.

However, I don't like to assume that the system will know the correct connection, (because multiple connections, multiple people working on the same project, etc...). So I always provide the db connection because then it will always work as expected (assuming the query and params are correct)