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

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

6 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
21801Cooper, Kaylee, M94303Palo AltoCaliforniaUnited States
21909Ward, Allison94303Palo AltoCaliforniaUnited States
22106Long, Olivia94303Palo AltoCaliforniaUnited States
22185Henderson, Connor94303Palo AltoCaliforniaUnited States
22272Kelly, Isabella94303Palo AltoCaliforniaUnited States
22367Griffin, Jasmine94303Palo AltoCaliforniaUnited States

Generated 2025-11-01 01:56:55.011 UTC