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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
19407Perry, Sarah, M97045Oregon CityOregonUnited States
23095Patel, Gerald6006PerthSouth AustraliaAustralia
22372Perry, Melanie91776San GabrielCaliforniaUnited States

Generated 2025-07-14 08:06:17.270 UTC