home / zeropm-v0-0-4

component_index

Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website

18 rows where component_id = 15819

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Suggested facets: component_frequency

Link rowid ▼ mc_id component_id component_frequency
42698 42698 6724 6724 15819 15819 1
42699 42699 3489 3489 15819 15819 1
42700 42700 8366 8366 15819 15819 1
42701 42701 9390 9390 15819 15819 1
42702 42702 10231 10231 15819 15819 1
42703 42703 15969 15969 15819 15819 1
42704 42704 28047 28047 15819 15819 1
42705 42705 13328 13328 15819 15819 1
42706 42706 7918 7918 15819 15819 1
42707 42707 33733 33733 15819 15819 1
42708 42708 35707 35707 15819 15819 1
42709 42709 28914 28914 15819 15819 2
42710 42710 29991 29991 15819 15819 1
42711 42711 13404 13404 15819 15819 1
42712 42712 33654 33654 15819 15819 1
42713 42713 20297 20297 15819 15819 2
42714 42714 32733 32733 15819 15819 1
42715 42715 12565 12565 15819 15819 1
CREATE TABLE [component_index] (
        [mc_id] integer,
        [component_id] integer,
        [component_frequency] integer,
        FOREIGN KEY (mc_id) REFERENCES multi_components(mc_id),
        FOREIGN KEY (component_id) REFERENCES components(component_id)
);
Powered by Datasette · Queries took 65.882ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website