Can anyone tell me if there are RDBMSs that allow me to create a separate database for every user so that there is full separation of users' data? Are there any?
I know I can add UID to every table but this solution has its own problems (for example per user database schema changes are impossible).