[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 7621  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
25909James, Chase, J91950National CityCaliforniaUnited States
25910Miller, Natalie, R91950National CityCaliforniaUnited States
26123Scott, Isabella, R91950National CityCaliforniaUnited States
26195Rivera, Alyssa, S91950National CityCaliforniaUnited States

Generated 2025-07-12 12:31:28.731 UTC