[ROOT] dt DimCustomer SELECT Name, PostalCode, City, StateOrProvince, Country < ORDER BY City TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity < SKIP 392 > < TAKE 2 >
2 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 20700 | Scott, Marcus, G | 90706 | Bellflower | California | United States |
| 20744 | Barnes, Amanda, N | 90706 | Bellflower | California | United States |
Generated 2025-11-05 00:09:01.875 UTC