inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 58584
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 752856 | 752856 | 61997 61997 | 58584 58584 |
| 752857 | 752857 | 494101 494101 | 58584 58584 |
| 752858 | 752858 | 529896 529896 | 58584 58584 |
| 752859 | 752859 | 266797 266797 | 58584 58584 |
| 752860 | 752860 | 35941 35941 | 58584 58584 |
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)
);