[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 0 SHUFFLE < SKIP 1884 > < TAKE 2 >
2 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 18824 | Collins, Elijah, L | 92806 | La Jolla | California | United States |
| 22377 | Zeng, Roger | 45000 | Orleans | Loiret | France |
Generated 2025-11-05 20:02:30.338 UTC