[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 954  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
21281Hill, Andrea91910Chula VistaCaliforniaUnited States
20496Roberts, Jada, J92020El CajonCaliforniaUnited States
25293Gonzales, Eric, A97034Lake OswegoOregonUnited States

Generated 2025-07-11 21:53:38.781 UTC