[ROOT] dt DimCustomer SELECT Name, PostalCode, City, StateOrProvince, Country ORDER BY City DESC > TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity SKIP 593 SHUFFLE < SKIP 292 > < TAKE 2 >
2 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 24723 | Pal, Shawna, W | 70511 | Stuttgart | Saarland | Germany |
| 15527 | Rivera, Megan, C | 91932 | Imperial Beach | California | United States |
Generated 2025-11-06 01:45:29.186 UTC