inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 81877
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 879431 | 879431 | 540666 540666 | 81877 81877 |
| 879432 | 879432 | 186540 186540 | 81877 81877 |
| 879433 | 879433 | 56168 56168 | 81877 81877 |
| 879434 | 879434 | 69631 69631 | 81877 81877 |
| 879435 | 879435 | 256368 256368 | 81877 81877 |
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)
);