[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 210   SHUFFLE   <  SKIP 1982  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
15896Jones, Samuel, P94303Palo AltoCaliforniaUnited States
25891Johnson, Brandon, J91364Woodland HillsCaliforniaUnited States
13061Anderson, Ethan94611OaklandCaliforniaUnited States

Generated 2025-07-14 23:41:23.828 UTC