You have two entities, ItemEO and ProductEO. ItemEO contains the Orderld, ttemld, Productld, Price, and Quantity attributes. ProductEO contains the Id, ProductName, and ListPrice attributes You need to return rows as shown in the table
Orderld
Itemld
Productld
ProductName
101
1001
34321
Ski hat
101
100?
38997
Downhill ski poles
102
1003
30315
Swim goggles
103
1004
31876
Baseball mitt
How would you create a view object to encapsulate these rows? (Choose the best answer)
Currently there are no comments in this discussion, be the first to comment!