inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 44976
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 722721 | 722721 | 34190 34190 | 44976 44976 |
| 722722 | 722722 | 23406 23406 | 44976 44976 |
| 722723 | 722723 | 520521 520521 | 44976 44976 |
| 722724 | 722724 | 540402 540402 | 44976 44976 |
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)
);