Column `score` is an INTEGER column with values 1, 2, and 2. What does this query return in PostgreSQL?SELECT AVG(score) FROM tests;