[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 376 SHUFFLE < SKIP 537 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 14246 | Garcia, Devin, A | 91203 | Glendale | California | United States |
| 18784 | Brooks, Trinity, M | 90401 | Santa Monica | California | United States |
| 11630 | Powell, Haley | 98104 | Seattle | Washington | United States |
Generated 2025-11-05 05:44:36.304 UTC