[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 4   SHUFFLE   <  SKIP 631  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
27404Mitchell, Maria, DV7L 4J4VancouverBritish ColumbiaCanada
12965Bell, Cody, A91950National CityCaliforniaUnited States
17870Price, Melissa, R90802Long BeachCaliforniaUnited States

Generated 2025-07-16 23:31:52.981 UTC