{
"query_block": {
"select_id": 1,
"nested_loop": [
{
"table": {
"table_name": "storefronts_languages",
"access_type": "system",
"possible_keys": ["PRIMARY", "idx_storefront_id"],
"rows": 0,
"filtered": 0,
"const_row_not_found": true
}
},
{
"table": {
"table_name": "cscart_languages",
"access_type": "ALL",
"rows": 3,
"filtered": 100
}
}
]
}
}
| lang_id | lang_code | name | status | country_code |
|---|---|---|---|---|
| 1 | ru | Російська | A | RU |
| 2 | uk | Українська | A | UA |
| 3 | en | English | A | US |