[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   <  ORDER BY City   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   SKIP 2421   SHUFFLE   <  SKIP 5100  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
13286Rodriguez, Hannah97222MilwaukieOregonUnited States
13427Winston, Connor, A91950Lincoln AcresCaliforniaUnited States
18388Russell, Julia, A91977Spring ValleyCaliforniaUnited States

Generated 2025-07-16 05:53:56.848 UTC