[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 24   SHUFFLE   <  SKIP 1327  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
23692King, Isaac, C98052RedmondWashingtonUnited States
17130Turner, Janet, M91950National CityCaliforniaUnited States
20848Liu, VincentPB12PeterboroughEnglandUnited Kingdom
11201Foster, Amanda90401Santa MonicaCaliforniaUnited States

Generated 2025-07-13 05:42:44.275 UTC