home / zeropm-v0-0-4

component_index

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

6 rows where component_id = 21540

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ mc_id component_id component_frequency
4858 4858 4438 4438 21540 21540 1
4859 4859 9099 9099 21540 21540 1
4860 4860 23076 23076 21540 21540 1
4861 4861 20417 20417 21540 21540 1
4862 4862 20556 20556 21540 21540 1
4863 4863 8765 8765 21540 21540 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 102.475ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website