I know schemas organize data within a database. I know a single database my contain multiple schemas. I know that for example a Postgres DB must have at least one schema.
What I would like to understand why were RDMS designed like that? Why would anyone bother to create schemas if they could just organize the data in different databases on the same database server?
Are there any benefits of having one database with multiple schemas vs multiple databases each with only one schema?