[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 2421   SHUFFLE   <  SKIP 987  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
14926Rogers, Juan, R93400Saint-DenisSeine Saint DenisFrance
12414Lal, Ethan, A97045Oregon CityOregonUnited States
24286Goel, Kelvin91910Chula VistaCaliforniaUnited States

Generated 2025-07-17 09:47:08.696 UTC