able: Queries +-------------+---------+ | Column Name | Type | +-------------+---------+ | query_name | varchar | | result | varchar | | position | int | | rating | int | +-------------+---------+ There is no primary key for this table, it may have duplicate rows. This table contains information collected from some queries on a database. The position column has a value from 1 to 500. The rating ..