[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 1000 SHUFFLE < SKIP 423 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 13971 | Zhao, Bianca | 4655 | Hervey Bay | Queensland | Australia |
| 23082 | Williams, Jonathan | 91977 | Spring Valley | California | United States |
| 20534 | Lopez, Dalton, W | 91203 | Glendale | California | United States |
Generated 2025-11-04 23:31:47.616 UTC