inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 40587
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 497896 | 497896 | 217167 217167 | 40587 40587 |
| 497897 | 497897 | 183277 183277 | 40587 40587 |
| 497898 | 497898 | 284923 284923 | 40587 40587 |
| 497899 | 497899 | 322648 322648 | 40587 40587 |
| 497900 | 497900 | 253703 253703 | 40587 40587 |
| 497901 | 497901 | 284922 284922 | 40587 40587 |
| 497902 | 497902 | 21091 21091 | 40587 40587 |
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)
);