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

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
28999Martinez, Edward, A92806La JollaCaliforniaUnited States
28855Perez, Alexandra, M94611OaklandCaliforniaUnited States
24391Washington, Marissa, S91977Spring ValleyCaliforniaUnited States
14379Foster, Richard, C94536FremontCaliforniaUnited States

Generated 2025-07-21 03:23:02.433 UTC