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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20394Butler, Emma, S98501OlympiaWashingtonUnited States
27631Phillips, Gabriella94611OaklandCaliforniaUnited States
15560Gray, Gabrielle, E98312BremertonWashingtonUnited States

Generated 2025-07-09 22:23:37.555 UTC