home / zeropm-v0-0-4

component_index

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

3 rows where component_id = 18849

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ mc_id component_id component_frequency
53004 53004 4903 4903 18849 18849 1
53005 53005 4590 4590 18849 18849 1
53006 53006 5941 5941 18849 18849 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 64.459ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website