home / zeropm-v0-0-4

component_index

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

10 rows where component_id = 13281

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ mc_id component_id component_frequency
68257 68257 21872 21872 13281 13281 1
68258 68258 17360 17360 13281 13281 1
68259 68259 26597 26597 13281 13281 1
68260 68260 17359 17359 13281 13281 1
68261 68261 21223 21223 13281 13281 1
68262 68262 4819 4819 13281 13281 1
68263 68263 21481 21481 13281 13281 1
68264 68264 17362 17362 13281 13281 1
68265 68265 27844 27844 13281 13281 1
68266 68266 17361 17361 13281 13281 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 58.231ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website