[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 250   SHUFFLE   <  SKIP 3946  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
28867Martinez, Natalie90012Los AngelesCaliforniaUnited States
17598Harris, Cameron92020El CajonCaliforniaUnited States
18343Green, Dalton94611OaklandCaliforniaUnited States

Generated 2025-07-21 09:04:52.259 UTC