[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 0   SHUFFLE   <  SKIP 2995  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
26999Brown, Samuel, MCM11BillericayEnglandUnited Kingdom
11894Gonzalez, Ann4655Hervey BayQueenslandAustralia
26084Jenkins, Luke91977Spring ValleyCaliforniaUnited States
29203Hu, Laura91910Chula VistaCaliforniaUnited States

Generated 2025-11-04 10:01:20.553 UTC