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 = 13192

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ mc_id component_id component_frequency
1397 1397 13192 13192 1538 1538 1
2959 2959 13192 13192 16925 16925 1
7141 7141 13192 13192 19202 19202 1
28299 28299 13192 13192 18035 18035 1
51990 51990 13192 13192 15542 15542 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.119ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website