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
11USB_CABLEelectronics7.2516
As List
  • id
    • 11
  • productCode
    • USB_CABLE
  • category
    • electronics
  • unitPrice
    • 7.25
  • stock
    • 16

Relationships

JSON Example

{
  "id": 11,
  "productCode": "USB_CABLE",
  "category": "electronics",
  "unitPrice": 7.25,
  "stock": 16
}