This repository contains a database for a survey of literature on modularity in biology.
You can access the databse using this url
Click data to do SQL queries.
- List column names
SELECT name FROM pragma_table_info('modularity_survey'); - Show all rows
SELECT * from modularity_survey - Show rows with just Hellerstein AddedBy
SELECT * from modularity_survey where AddedBy="Hellerstein"