| 1 | DESCRIBE `feature_article` | | 13 | 13 | 2 |
| 2 | DESCRIBE `feature_author` | | 13 | 13 | 1 |
| 3 | DESCRIBE `user` | | 24 | 24 | 2 |
| 4 | DESCRIBE `condet` | | 17 | 17 | 2 |
| 5 | DESCRIBE `countrycode` | | 4 | 4 | 1 |
| 6 | DESCRIBE `company` | | 27 | 27 | 1 |
| 7 | DESCRIBE `person` | | 15 | 15 | 40 |
| 8 | DESCRIBE `account` | | 29 | 29 | 2 |
| 9 | DESCRIBE `product_legacy` | | 6 | 6 | 1 |
| 10 | DESCRIBE `sales_people` | | 6 | 6 | 1 |
| 11 | DESCRIBE `profile` | | 14 | 14 | 1 |
| 12 | DESCRIBE `currencies` | | 7 | 7 | 1 |
| 13 | DESCRIBE `update_rec` | | 7 | 7 | 1 |
| 14 | DESCRIBE `dms_companies` | | 26 | 26 | 2 |
| 15 | DESCRIBE `dms_releases` | | 10 | 10 | 1 |
| 16 | DESCRIBE `dms_categories` | | 4 | 4 | 2 |
| 17 | DESCRIBE `dms_clinical_areas` | | 4 | 4 | 2 |
| 18 | DESCRIBE `dms_categories_dms_releases` | | 2 | 2 | 1 |
| 19 | DESCRIBE `dms_clinical_areas_dms_releases` | | 2 | 2 | 1 |
| 20 | DESCRIBE `dms_releases_sites` | | 5 | 5 | 1 |
| 21 | DESCRIBE `licopp` | | 23 | 23 | 2 |
| 22 | DESCRIBE `development_statuses` | | 5 | 5 | 2 |
| 23 | DESCRIBE `category` | | 14 | 14 | 2 |
| 24 | DESCRIBE `categories_sites` | | 5 | 5 | 2 |
| 25 | DESCRIBE `categorisation` | | 8 | 8 | 1 |
| 26 | DESCRIBE `licopps_sites` | | 3 | 3 | 2 |
| 27 | DESCRIBE `service` | | 15 | 15 | 1 |
| 28 | DESCRIBE `enquiry` | | 14 | 14 | 1 |
| 29 | DESCRIBE `module_types` | | 6 | 6 | 1 |
| 30 | DESCRIBE `press_release` | | 13 | 13 | 3 |
| 31 | DESCRIBE `press_releases_sites` | | 5 | 5 | 1 |
| 32 | DESCRIBE `story` | | 12 | 12 | 2 |
| 33 | DESCRIBE `sites_stories` | | 5 | 5 | 1 |
| 34 | DESCRIBE `story_assoc` | | 4 | 4 | 1 |
| 35 | DESCRIBE `companies_sites` | | 3 | 3 | 1 |
| 36 | DESCRIBE `categories_users` | | 2 | 2 | 1 |
| 37 | DESCRIBE `authority` | | 3 | 3 | 1 |
| 38 | DESCRIBE `sites_users` | | 5 | 5 | 1 |
| 39 | DESCRIBE `sites` | | 5 | 5 | 2 |
| 40 | SELECT `Site`.`id`, `Site`.`name`, `Site`.`email_domain`, `Site`.`short_name`, `Site`.`brand` FROM `sites` AS `Site` WHERE `Site`.`id` = 1 LIMIT 1 | | 1 | 1 | 1 |
| 41 | SELECT c.uid, c.name FROM category c WHERE c.parent = 297 ORDER BY c.name | | 11 | 11 | 1 |
| 42 | SELECT c.uid, c.name FROM category c WHERE c.parent = 689 ORDER BY c.name | | 2 | 2 | 0 |
| 43 | SELECT DISTINCT SUBSTRING(issued, 1, 4) AS publication_year FROM feature_article AS Article WHERE is_live = 1 AND issued IS NOT NULL ORDER BY publication_year DESC | | 13 | 13 | 0 |
| 44 | SELECT c.lft, c.rgt FROM category c WHERE c.uid = 689 | | 1 | 1 | 1 |
| 45 | SELECT c.uid, c.name, c.level FROM category c WHERE c.lft <= "4157" AND c.rgt >= "4196" AND c.level > 1 ORDER BY c.level | | 1 | 1 | 1 |
| 46 | SELECT feature_article.uid, feature_article.headline, feature_article.summary, feature_article.slug FROM feature_article INNER JOIN categorisation tt_ctg ON tt_ctg.story_id = feature_article.uid AND tt_ctg.cat_type = "F" AND tt_ctg.category_id IN (SELECT uid FROM category WHERE (lft >= 4157 AND rgt <= 4196) ) WHERE feature_article.is_live > 0 GROUP BY feature_article.uid ORDER BY feature_article.viewed_counter DESC, feature_article.headline LIMIT 0, 10 | | 3 | 3 | 48 |
| 47 | SELECT count(DISTINCT feature_article.uid) AS total FROM feature_article INNER JOIN categorisation tt_ctg ON tt_ctg.story_id = feature_article.uid AND tt_ctg.cat_type = "F" AND tt_ctg.category_id IN (SELECT uid FROM category WHERE (lft >= 4157 AND rgt <= 4196) ) WHERE feature_article.is_live > 0 | | 1 | 1 | 26 |