inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 170099
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 365445 | 365445 | 116112 116112 | 170099 170099 |
| 365446 | 365446 | 248954 248954 | 170099 170099 |
| 365447 | 365447 | 508774 508774 | 170099 170099 |
| 365448 | 365448 | 276398 276398 | 170099 170099 |
| 365449 | 365449 | 276399 276399 | 170099 170099 |
| 365450 | 365450 | 320046 320046 | 170099 170099 |
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)
);