我有两张桌子:
1. Products with the following columns:
* ID
* SerialNumber
* Name
2. ProductsData
* ID
* ProductID
* DateOfData
* DataValue
我想了解以下内容:
* Product name.
* product serial number
* the last date of data for this product.
* the data value in this datetime
如何通过 SQL 查询来创建视图?
谢谢