[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 534 > < TAKE 2 >
2 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 25184 | Tang, Peter | 94014 | Colma | California | United States |
| 12951 | Simmons, Blake | 97068 | W. Linn | Oregon | United States |
Generated 2025-11-06 03:28:47.220 UTC