inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 64798
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 683517 | 683517 | 44844 44844 | 64798 64798 |
| 683518 | 683518 | 296607 296607 | 64798 64798 |
| 683519 | 683519 | 296609 296609 | 64798 64798 |
| 683520 | 683520 | 542068 542068 | 64798 64798 |
| 683521 | 683521 | 147697 147697 | 64798 64798 |
| 683522 | 683522 | 296608 296608 | 64798 64798 |
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)
);