[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 998   SHUFFLE   <  SKIP 90  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
12922Sanders, Jennifer, E94303Palo AltoCaliforniaUnited States
26151Lee, Austin4700RockhamptonQueenslandAustralia
16018Henderson, Emma, A94070San CarlosCaliforniaUnited States

Generated 2025-07-15 10:07:11.911 UTC