Here is the sql to run when your database is in restoring mode.
restore database Budgets with recovery
You should know why your database is in restoring mode to begin with before running. For me, it’s typically because I left the db in no recovery mode after I restored a backup.