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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ mc_id component_id component_frequency
85059 85059 20822 20822 15486 15486 1
85060 85060 25616 25616 15486 15486 1
85061 85061 11968 11968 15486 15486 1
85062 85062 21098 21098 15486 15486 1
85063 85063 21501 21501 15486 15486 1
85064 85064 11948 11948 15486 15486 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 61.32ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website