inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 27916
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 983047 | 983047 | 14234 14234 | 27916 27916 |
| 983048 | 983048 | 42052 42052 | 27916 27916 |
| 983049 | 983049 | 500955 500955 | 27916 27916 |
| 983050 | 983050 | 292761 292761 | 27916 27916 |
| 983051 | 983051 | 239571 239571 | 27916 27916 |
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)
);