inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 102392
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 878683 | 878683 | 69596 69596 | 102392 102392 |
| 878684 | 878684 | 210917 210917 | 102392 102392 |
| 878685 | 878685 | 75921 75921 | 102392 102392 |
| 878686 | 878686 | 239136 239136 | 102392 102392 |
| 878687 | 878687 | 206706 206706 | 102392 102392 |
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)
);