[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 0 SHUFFLE < SKIP 3372 > < TAKE 2 >
2 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 19305 | Young, Gabriella, M | CM11 | Billericay | England | United Kingdom |
| 27620 | Hughes, Nicole, A | 94014 | Colma | California | United States |
Generated 2025-11-02 23:46:09.594 UTC