home / zeropm-v0-0-4

component_index

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

4 rows where mc_id = 765

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ mc_id component_id component_frequency
4192 4192 765 765 16700 16700 1
31389 31389 765 765 18441 18441 1
42860 42860 765 765 15633 15633 1
53030 53030 765 765 20710 20710 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.429ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website