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
9MUG_TESTERhomeware9.9513
As List
  • id
    • 9
  • productCode
    • MUG_TESTER
  • category
    • homeware
  • unitPrice
    • 9.95
  • stock
    • 13

Relationships

JSON Example

{
  "id": 9,
  "productCode": "MUG_TESTER",
  "category": "homeware",
  "unitPrice": 9.95,
  "stock": 13
}