[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 456   SHUFFLE   <  SKIP 382  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
24048Tang, GregoryCB4 4BZCambridgeEnglandUnited Kingdom
20102Jenkins, Arianna, E98055RentonWashingtonUnited States
27367Adams, Sydney4655Hervey BayQueenslandAustralia
23790Williams, Isabella97355LebanonOregonUnited States

Generated 2025-07-22 08:04:51.344 UTC