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

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
12934Foster, Jason, A91950Lincoln AcresCaliforniaUnited States
16375Hernandez, Gabriella91977Spring ValleyCaliforniaUnited States
18110Li, Austin, B90802Long BeachCaliforniaUnited States
19003Stewart, Jared, L94947NovatoCaliforniaUnited States

Generated 2025-07-16 11:06:07.653 UTC