home / zeropm-v0-0-4

component_index

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

11 rows where component_id = 4696

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ mc_id component_id component_frequency
74332 74332 38512 38512 4696 4696 1
74333 74333 13265 13265 4696 4696 1
74334 74334 15257 15257 4696 4696 1
74335 74335 15251 15251 4696 4696 1
74336 74336 15115 15115 4696 4696 1
74337 74337 15250 15250 4696 4696 1
74338 74338 14113 14113 4696 4696 1
74339 74339 38559 38559 4696 4696 1
74340 74340 15119 15119 4696 4696 1
74341 74341 1683 1683 4696 4696 1
74342 74342 15118 15118 4696 4696 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 668.012ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website