inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 180
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 701637 | 701637 | 33692 33692 | 180 180 |
| 701638 | 701638 | 8001 8001 | 180 180 |
| 701639 | 701639 | 68920 68920 | 180 180 |
| 701640 | 701640 | 249899 249899 | 180 180 |
| 701641 | 701641 | 278020 278020 | 180 180 |
| 701642 | 701642 | 53 53 | 180 180 |
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)
);