[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 456   SHUFFLE   <  SKIP 1311  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
12798Gutierrez, Andy93290Tremblay-en-FranceSeine Saint DenisFrance
25292Adams, Eduardo, A92102San DiegoCaliforniaUnited States
15383Rivera, Charles91945Lemon GroveCaliforniaUnited States

Generated 2025-07-14 11:14:28.296 UTC