Question:Choose the correct statement regarding WAL in PostgreSQL:
A It increases the reliability of the database
B It logs the entries to the database automatically
C It is detrimental for database performance
D There is no such term defined in PostgreSQL
+ AnswerB
+ Report