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

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
19199Williams, David91977Spring ValleyCaliforniaUnited States
11697Lee, Eduardo94611OaklandCaliforniaUnited States
18064Rivera, Catherine90712LakewoodCaliforniaUnited States
25794Tang, Kristin, A40434DuesseldorfHessenGermany

Generated 2025-07-13 00:35:09.995 UTC