inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 21738
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 275605 | 275605 | 239254 239254 | 21738 21738 |
| 275606 | 275606 | 51124 51124 | 21738 21738 |
| 275607 | 275607 | 10790 10790 | 21738 21738 |
| 275608 | 275608 | 272742 272742 | 21738 21738 |
| 275609 | 275609 | 30485 30485 | 21738 21738 |
| 275610 | 275610 | 495515 495515 | 21738 21738 |
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)
);