{
"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": 2,
"filtered": 100,
"attached_condition": "cscart_languages.`status` = 'A'"
}
}
]
}
}
| lang_id | lang_code | name | status | country_code |
|---|---|---|---|---|
| 1 | en | English | A | US |
| 2 | vn | Việt Nam | A | VN |