inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 67731
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 819544 | 819544 | 240444 240444 | 67731 67731 |
| 819545 | 819545 | 76522 76522 | 67731 67731 |
| 819546 | 819546 | 154827 154827 | 67731 67731 |
| 819547 | 819547 | 46698 46698 | 67731 67731 |
| 819548 | 819548 | 235432 235432 | 67731 67731 |
| 819549 | 819549 | 206974 206974 | 67731 67731 |
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)
);