[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 480 SHUFFLE < SKIP 715 > < TAKE 2 >
2 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 12670 | Martinez, Sarah, S | 1002 | Sydney | New South Wales | Australia |
| 29272 | King, Alex, B | 90706 | Bellflower | California | United States |
Generated 2025-11-06 00:08:25.296 UTC