home / zeropm-v0-0-4

inventory_summary

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

12 rows where query_id = 9373

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id query_id
686103 686103 5837 5837 9373 9373
686104 686104 3785 3785 9373 9373
686105 686105 154305 154305 9373 9373
686106 686106 206629 206629 9373 9373
686107 686107 75779 75779 9373 9373
686108 686108 49099 49099 9373 9373
686109 686109 259593 259593 9373 9373
686110 686110 487180 487180 9373 9373
686111 686111 296853 296853 9373 9373
686112 686112 296854 296854 9373 9373
686113 686113 526298 526298 9373 9373
686114 686114 308419 308419 9373 9373
CREATE TABLE [inventory_summary] (
        [inventory_id] integer,
        [query_id] integer,
        FOREIGN KEY (inventory_id) REFERENCES inventories(inventory_id),
        FOREIGN KEY (query_id) REFERENCES api_ready_query(query_id)
);
Powered by Datasette · Queries took 282.492ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website