{
"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": "vi_languages",
"access_type": "ALL",
"rows": 8,
"filtered": 100
}
}
]
}
}
| lang_id | lang_code | name | status | country_code |
|---|---|---|---|---|
| 1 | en | English | A | US |
| 2 | de | Deutsch | A | DE |
| 3 | es | Español | A | ES |
| 4 | fr | Français | A | FR |
| 5 | it | Italiano | A | IT |
| 6 | pl | Polski | A | PL |
| 7 | pt | Português | A | PT |
| 8 | ru | Русский | A | RU |