With SQL, queries like "select from Beer limit 30" work because they return the record (with an identity - @rid). Instead, queries that return projections are not displayed, like "select name from Beer limit 30".