inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 9870
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 794708 | 794708 | 525538 525538 | 9870 9870 |
| 794709 | 794709 | 4807 4807 | 9870 9870 |
| 794710 | 794710 | 4005 4005 | 9870 9870 |
| 794711 | 794711 | 253388 253388 | 9870 9870 |
| 794712 | 794712 | 284322 284322 | 9870 9870 |
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)
);