[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 840   SHUFFLE   <  SKIP 102  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
25934King, Luke91950Lincoln AcresCaliforniaUnited States
17830Scott, Carlos59140DunkerqueNordFrance
25283Howard, Caitlin, A90012Los AngelesCaliforniaUnited States

Generated 2025-07-14 07:49:01.481 UTC