1.What are the benefits of using a normal database instead of a blockchain?
If the need is to only have a database without shared writing access, then sticking to a traditional database would be wise. Same thing if there’s a need of a database with shared writing access, where network writers are known and trusted, and have unified interests.
2.What do you think the consequences would be of using a blockchain when you in reality don’t need one?
Depending on the type of blockchain used, there could be a risk of confidentiality issues that could hurt a business and even problems complying with rules and regulations businesses have to follow. Also, restructuring the existing IT-infrastructure would be expensive and time consuming.
3.Why should there be more than 1 writer to a database in order to justify a blockchain?
For consensus and security reasons. Consensus helps verify authenticity of transactions and avoid double spending. One single writer has no other parties to trust in the database and therefore no need of consensus.