[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 5675  >   <  TAKE 6  >   

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

6 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
17942Watson, Steven85049IngolstadtBayernGermany
18838Morris, Natalie, C91977Spring ValleyCaliforniaUnited States
12879Nelson, Elijah90012Los AngelesCaliforniaUnited States
26620Green, IsabellaV8Z 4N5ShawneeBritish ColumbiaCanada
20101Hayes, Devin97045Oregon CityOregonUnited States
14430Jones, Sydney98104SeattleWashingtonUnited States

Generated 2025-07-12 10:09:13.189 UTC