home / zeropm-v0-0-4

component_index

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

4 rows where component_id = 21580

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ mc_id component_id component_frequency
53667 53667 8305 8305 21580 21580 1
53668 53668 4654 4654 21580 21580 1
53669 53669 4662 4662 21580 21580 1
53670 53670 4497 4497 21580 21580 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 353.935ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website