[ROOT] dt DimCustomer SELECT Name, PostalCode, City, StateOrProvince, Country ORDER BY City DESC > TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity SKIP 1564 < SKIP 954 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 12771 | Thomas, Morgan | 91977 | Spring Valley | California | United States |
| 12957 | Lopez, Isabella | 91977 | Spring Valley | California | United States |
| 13074 | Hughes, Grace, A | 91977 | Spring Valley | California | United States |
Generated 2025-11-05 03:44:45.643 UTC