SQL query function.
Use for all queries that return a result set.
| sql | The SQL query to run. | 
| arguments | Values to bind in the SQL query or null. | 
| DatabaseError | if the underlying SQLite operation fails. |