inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 178466
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 431292 | 431292 | 178922 178922 | 178466 178466 |
| 431293 | 431293 | 280056 280056 | 178466 178466 |
| 431294 | 431294 | 120972 120972 | 178466 178466 |
| 431295 | 431295 | 510852 510852 | 178466 178466 |
| 431296 | 431296 | 280057 280057 | 178466 178466 |
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)
);