inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 12637
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 723289 | 723289 | 61922 61922 | 12637 12637 |
| 723290 | 723290 | 5550 5550 | 12637 12637 |
| 723291 | 723291 | 486704 486704 | 12637 12637 |
| 723292 | 723292 | 295097 295097 | 12637 12637 |
| 723293 | 723293 | 258624 258624 | 12637 12637 |
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)
);