[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 512   SHUFFLE   <  SKIP 572  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
19122Hughes, Abigail, T94611OaklandCaliforniaUnited States
12068Jenkins, Maria, L92625Newport BeachCaliforniaUnited States
26766Andersen, Jodi2444Port MacquarieNew South WalesAustralia

Generated 2025-07-17 12:16:39.146 UTC