inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 69506
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 455430 | 455430 | 320311 320311 | 69506 69506 |
| 455431 | 455431 | 490781 490781 | 69506 69506 |
| 455432 | 455432 | 47882 47882 | 69506 69506 |
| 455433 | 455433 | 81133 81133 | 69506 69506 |
| 455434 | 455434 | 218957 218957 | 69506 69506 |
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)
);