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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
22171Gonzalez, Meredith3977CranbourneVictoriaAustralia
16712Lu, Suzanne, K2450Coffs HarbourNew South WalesAustralia
20461Nelson, Mackenzie91776San GabrielCaliforniaUnited States

Generated 2025-07-19 19:56:58.717 UTC