[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   SHUFFLE   <  SKIP 370  >   <  TAKE 3  >   

Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
26750Alvarez, Randall2060Lavender BayNew South WalesAustralia
23456Simmons, Aidan91950Lincoln AcresCaliforniaUnited States
15499Thomas, Robert98284Sedro WoolleyWashingtonUnited States

Generated 2025-07-10 02:25:37.936 UTC