inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 404683
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 838253 | 838253 | 418660 418660 | 404683 404683 |
| 838254 | 838254 | 461638 461638 | 404683 404683 |
| 838255 | 838255 | 482742 482742 | 404683 404683 |
| 838256 | 838256 | 418659 418659 | 404683 404683 |
| 838257 | 838257 | 508644 508644 | 404683 404683 |
| 838258 | 838258 | 371526 371526 | 404683 404683 |
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)
);