[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 3669   SHUFFLE   <  SKIP 2323  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
18547Johnson, Ethan, L94070San CarlosCaliforniaUnited States
25360James, Mason, A90012Los AngelesCaliforniaUnited States
18669Griffin, Adam94303Palo AltoCaliforniaUnited States

Generated 2025-07-12 03:28:10.825 UTC