[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 2283 > < TAKE 2 >
2 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 12018 | Henderson, Devin, K | 92102 | San Diego | California | United States |
| 28036 | Gonzales, Jonathan | V0 | Sooke | British Columbia | Canada |
Generated 2025-10-29 21:03:19.133 UTC