inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 11358
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 883784 | 883784 | 252506 252506 | 11358 11358 |
| 883785 | 883785 | 4743 4743 | 11358 11358 |
| 883786 | 883786 | 53478 53478 | 11358 11358 |
| 883787 | 883787 | 282844 282844 | 11358 11358 |
| 883788 | 883788 | 485817 485817 | 11358 11358 |
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)
);