+---------------+---------+
| Column Name | Type |
+---------------+---------+
| product\_id | int |
| new\_price | int |
| change\_date | date |
+---------------+---------+
(product\_id, change\_date) is the primary key of this table.
Each row of this table indicates that the price of some product was changed to a new price at some date.
Write an SQL query to find the prices of all products on 2019-08-16. Assume the price of all products before any change is 10.
The query result format is in the following example: