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
3CD_STATUScd6.52
As List
  • id
    • 3
  • productCode
    • CD_STATUS
  • category
    • cd
  • unitPrice
    • 6.5
  • stock
    • 2

Relationships

JSON Example

{
  "id": 3,
  "productCode": "CD_STATUS",
  "category": "cd",
  "unitPrice": 6.5,
  "stock": 2
}