inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 15765
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 143366 | 143366 | 155810 155810 | 15765 15765 |
| 143367 | 143367 | 265730 265730 | 15765 15765 |
| 143368 | 143368 | 7471 7471 | 15765 15765 |
| 143369 | 143369 | 30194 30194 | 15765 15765 |
| 143370 | 143370 | 265729 265729 | 15765 15765 |
| 143371 | 143371 | 242751 242751 | 15765 15765 |
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)
);