[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 1081 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 24391 | Washington, Marissa, S | 91977 | Spring Valley | California | United States |
| 22326 | Howard, Riley, A | 98055 | Renton | Washington | United States |
| 21141 | Li, Omar | 98168 | Burien | Washington | United States |
Generated 2025-10-28 10:47:39.760 UTC