1211. Queries Quality and Percentage
Description
+-------------+---------+
| 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 column has a value from **1** to **5**. Query with rating less than 3 is a poor query.ac
Previous1210. Minimum Moves to Reach Target with RotationsNext1212. Team Scores in Football Tournament
Last updated