Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Many model biological organism database projects created a standard, shared schema for storing their projects' information, and it is called Chado. for this problem you'll

Many model biological organism database projects created a standard, shared schema for storing their projects' information, and it is called Chado. for this problem you'll need to use two tables from it: feature: This is a highly 'normalized' schema, and all biological feature types are stored in this same table. The type_id column distinguishes them by giving each a different numerical type. cvterm: Each of the numerical types from the feature table are given more user-friendly text-based names in this table. The cvterm_id field of this table can be directly linked to the type_id field of the feature table. Login to MySQL using your user name and connect to the 'jorvis_chado' database. Write an SQL query which lists the types of features in the feature table along with a count of each. Your output should look like this (using column aliases to match mine):

| feature type | feature count |

| assembly | 1 |

| exon | 4200 |

| gene | 4200 |

| mRNA | 4200 |

| polypeptide | 4200 |

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Machine Learning And Knowledge Discovery In Databases European Conference Ecml Pkdd 2014 Nancy France September 15 19 2014 Proceedings Part I Lnai 8724

Authors: Toon Calders ,Floriana Esposito ,Eyke Hullermeier ,Rosa Meo

2014th Edition

3662448475, 978-3662448472

More Books

Students also viewed these Databases questions

Question

1. Who is responsible for resolving this dilemma?

Answered: 1 week ago