inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 15836
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 145969 | 145969 | 303945 303945 | 15836 15836 |
| 145970 | 145970 | 48130 48130 | 15836 15836 |
| 145971 | 145971 | 77983 77983 | 15836 15836 |
| 145972 | 145972 | 155877 155877 | 15836 15836 |
| 145973 | 145973 | 7515 7515 | 15836 15836 |
| 145974 | 145974 | 489178 489178 | 15836 15836 |
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)
);