inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 9320
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 51591 | 51591 | 531997 531997 | 9320 9320 |
| 51592 | 51592 | 251935 251935 | 9320 9320 |
| 51593 | 51593 | 3762 3762 | 9320 9320 |
| 51594 | 51594 | 29013 29013 | 9320 9320 |
| 51595 | 51595 | 12315 12315 | 9320 9320 |
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)
);