Why create a dedicated database such as inventory for one application?
inventory
It keeps that application's tables and data logically separate from other databases on the server.
It forces the application to connect as the root account.
It installs a separate database server process for every table.
It prevents the application from having any schema objects.