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
5GAME_JSONgame29.9911
As List
  • id
    • 5
  • productCode
    • GAME_JSON
  • category
    • game
  • unitPrice
    • 29.99
  • stock
    • 11

Relationships

JSON Example

{
  "id": 5,
  "productCode": "GAME_JSON",
  "category": "game",
  "unitPrice": 29.99,
  "stock": 11
}