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
8PEN_BLUEstationery1.2540
As List
  • id
    • 8
  • productCode
    • PEN_BLUE
  • category
    • stationery
  • unitPrice
    • 1.25
  • stock
    • 40

Relationships

JSON Example

{
  "id": 8,
  "productCode": "PEN_BLUE",
  "category": "stationery",
  "unitPrice": 1.25,
  "stock": 40
}