inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 99287
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 887997 | 887997 | 67519 67519 | 99287 99287 |
| 887998 | 887998 | 74046 74046 | 99287 99287 |
| 887999 | 887999 | 153201 153201 | 99287 99287 |
| 888000 | 888000 | 253279 253279 | 99287 99287 |
| 888001 | 888001 | 217658 217658 | 99287 99287 |
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)
);