home / zeropm-v0-0-4

component_index

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

5 rows where mc_id = 17777

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ mc_id component_id component_frequency
1928 1928 17777 17777 13365 13365 1
4387 4387 17777 17777 21364 21364 1
4658 4658 17777 17777 17575 17575 1
32422 32422 17777 17777 7230 7230 1
52725 52725 17777 17777 20642 20642 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 56.91ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website