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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20847Young, Kyle, T66740SaarlouisSaarlandGermany
13986Anderson, Chloe, R91977Spring ValleyCaliforniaUnited States
24643Campbell, Jada, F90505TorranceCaliforniaUnited States

Generated 2025-07-10 14:31:09.035 UTC