私は2つのテーブルを持っています:
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 クエリを使用するにはどうすればよいですか?
ありがとう