Hi! Could we please enable some services and cookies to improve your experience and our website?
Privacy & Cookie Policy.Based on the penguins table, create a view penguins_averages with the fields species - penguin species, sex - penguin sex, penguins_count - the number of individuals, and the fields avg_bill_length_mm, avg_bill_depth_mm, avg_flipper_length_mm and avg_body_mass_g - representing average values by species and sex of animals.
Use SQLite syntax to write your answer. Descriptions of tables are provided in the right pane.
Write your request in the field below and click the "Check it!" button.Querynomicon (SQLite) is a compact training database for learning SQL fundamentals with clear and simple examples.
This page presents the tables, key columns, and sample rows for hands-on SQL practice.
The Querynomicon database contains 5 main tables.
| ident | name | building |
|---|---|---|
| gen | Genetics | Chesson |
| species | island | bill_length_mm | bill_depth_mm | flipper_length_mm | body_mass_g | sex |
|---|---|---|---|---|---|---|
| Gentoo | Biscoe | 52.1 | 17 | 230 | 5550 | MALE |
| species | island | bill_length_mm | bill_depth_mm | flipper_length_mm | body_mass_g | sex |
|---|---|---|---|---|---|---|
| Gentoo | Biscoe | 52.1 | 17 | 230 | 5550 | MALE |
| ident | personal | family | dept | age |
|---|---|---|---|---|
| 7 | Abram | Chokshi | gen | 23 |
| ident | name | details |
|---|---|---|
| 1 | WY401 | {"acquired": "2023-05-01"} |
| 2 | Inphormex | {"acquired": "2021-07-15", "refurbished": "2023-10-22"} |
| 3 | AutoPlate 9000 | {"note": "needs software update"} |