inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 69512
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 293661 | 293661 | 318562 318562 | 69512 69512 |
| 293662 | 293662 | 502566 502566 | 69512 69512 |
| 293663 | 293663 | 110661 110661 | 69512 69512 |
| 293664 | 293664 | 171949 171949 | 69512 69512 |
| 293665 | 293665 | 535825 535825 | 69512 69512 |
| 293666 | 293666 | 47886 47886 | 69512 69512 |
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)
);