inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 15570
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 130539 | 130539 | 488945 488945 | 15570 15570 |
| 130540 | 130540 | 77661 77661 | 15570 15570 |
| 130541 | 130541 | 7348 7348 | 15570 15570 |
| 130542 | 130542 | 527342 527342 | 15570 15570 |
| 130543 | 130543 | 155676 155676 | 15570 15570 |
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)
);