[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 998   SHUFFLE   <  SKIP 247  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
18616Butler, Spencer, A94611OaklandCaliforniaUnited States
13257Chander, Jon, L95010HofBayernGermany
13931Hernandez, Luke98052RedmondWashingtonUnited States

Generated 2025-07-15 11:15:26.271 UTC