Exploring Entities in __default session database.

product Instance

product

All the fields and values for the product instance are shown in the table below.

idproductCodecategoryunitPricestock
2DVD_BUGSdvd14.9915
As List
  • id
    • 2
  • productCode
    • DVD_BUGS
  • category
    • dvd
  • unitPrice
    • 14.99
  • stock
    • 15

Relationships

JSON Example

{
  "id": 2,
  "productCode": "DVD_BUGS",
  "category": "dvd",
  "unitPrice": 14.99,
  "stock": 15
}