To do what?
Create script databaseupdate.sh with content like:
#!/bin/bash
plesk db "INSERT INTO databasename.tablename ....."
make your script executable with
# chmod +x /path/to/databaseupdate.sh
then specify this script with full path (like /path/to/databaseupdate.sh) in Command* filed of screen above.