home / zeropm-v0-0-4

component_index

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

4 rows where mc_id = 10752

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ mc_id component_id component_frequency
1401 1401 10752 10752 1538 1538 1
2363 2363 10752 10752 19129 19129 1
2935 2935 10752 10752 16925 16925 1
28752 28752 10752 10752 17843 17843 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 52.79ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website