Sample Exam Questions
PostgreSQL cannot be sold in commercial systems. Instead of shipping PostgreSQL with your system, it must be installed separately.
※This sample exam is different from those that appear in the actual OSS-DB Exam.
2024/05/25
While OSS is available for free, licenses vary, and some may not be suitable for enterprise use due to restrictions on commercial use or requirements to disclose source code, so caution is needed.
The PostgreSQL license is based on the BSD license and is described on the following page.
https://www.postgresql.org/about/licence/
The key is the following part:
Permission to use, copy, modify, and distribute this software and its documentation for any purpose, without fee, and without a written agreement is hereby granted, provided that the above copyright notice and this paragraph and the following two paragraphs appear in all copies.
In essence, with proper copyright notices, you can use it for commercial purposes and sell it without having to pay the developer for it. This copyright notice is common to licenses based on the BSD or MIT licenses.
Therefore, the correct answer is D.
© EDUCO All Rights Reserved.