home / zeropm-v0-0-4

component_index

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

3 rows where component_id = 17244

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ mc_id component_id component_frequency
34259 34259 34538 34538 17244 17244 1
34260 34260 31220 31220 17244 17244 1
34261 34261 34186 34186 17244 17244 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 55.316ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website