[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 512 > < TAKE 3 >
3 items
DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
---|---|---|---|---|---|
13242 | Yang, Kyle, C | 90012 | Los Angeles | California | United States |
14063 | Mr., Sands, Patrick | 2036 | Matraville | New South Wales | Australia |
14927 | Martinez, Chelsea, S | 12171 | Berlin | Saarland | Germany |
Generated 2025-07-11 07:04:11.382 UTC