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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
12646Xu, Kenneth53131BonnHamburgGermany
18761Wright, Luis91203GlendaleCaliforniaUnited States
22099Schmidt, Joel, M94014ColmaCaliforniaUnited States

Generated 2025-07-14 06:02:56.056 UTC