{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "4.92"
    },
    "nested_loop": [
      {
        "table": {
          "table_name": "cscart_companies",
          "access_type": "ALL",
          "rows_examined_per_scan": 2,
          "rows_produced_per_join": 2,
          "filtered": "100.00",
          "cost_info": {
            "read_cost": "2.12",
            "eval_cost": "0.40",
            "prefix_cost": "2.52",
            "data_read_per_join": "12K"
          },
          "used_columns": [
            "company_id",
            "plan_id"
          ]
        }
      },
      {
        "table": {
          "table_name": "cscart_vendor_plans",
          "access_type": "eq_ref",
          "possible_keys": [
            "PRIMARY"
          ],
          "key": "PRIMARY",
          "used_key_parts": [
            "plan_id"
          ],
          "key_length": "4",
          "ref": [
            "atulecarter_atul_demo4.cscart_companies.plan_id"
          ],
          "rows_examined_per_scan": 1,
          "rows_produced_per_join": 2,
          "filtered": "100.00",
          "using_index": true,
          "cost_info": {
            "read_cost": "2.00",
            "eval_cost": "0.40",
            "prefix_cost": "4.92",
            "data_read_per_join": "208"
          },
          "used_columns": [
            "plan_id"
          ]
        }
      }
    ]
  }
}| company_id | plan_id | 
|---|---|
| 1 | 4 | 
| 2 | 2 |