[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 0 SHUFFLE < SKIP 3380 > < TAKE 2 >
2 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 21141 | Li, Omar | 98168 | Burien | Washington | United States |
| 16897 | Torres, Lauren, A | 90012 | Los Angeles | California | United States |
Generated 2025-11-05 11:31:17.035 UTC