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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20098Lewis, Alexis, G92020El CajonCaliforniaUnited States
24720Alvarez, Deanna, KRG12 8TBBracknellEnglandUnited Kingdom
18526Hernandez, Kevin94109San FranciscoCaliforniaUnited States

Generated 2025-07-15 14:26:41.243 UTC