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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ mc_id component_id component_frequency
93398 93398 55 55 22345 22345 1
93399 93399 114 114 22345 22345 1
93400 93400 2228 2228 22345 22345 1
93401 93401 34668 34668 22345 22345 1
93402 93402 34669 34669 22345 22345 1
93403 93403 2227 2227 22345 22345 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.353ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website