[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 1007  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
22294Brown, Rachel91203GlendaleCaliforniaUnited States
13716Jai, Brandon90241DowneyCaliforniaUnited States
11681Jones, Abigail, E99202SpokaneWashingtonUnited States

Generated 2025-11-01 08:22:40.678 UTC