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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
19723Russell, Olivia94014ColmaCaliforniaUnited States
12955Hernandez, Theresa94010BurlingameCaliforniaUnited States
15691Henderson, Julian, JWA3WatfordEnglandUnited Kingdom

Generated 2025-11-03 05:43:58.567 UTC