inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 25672
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 490620 | 490620 | 12942 12942 | 25672 25672 |
| 490621 | 490621 | 253366 253366 | 25672 25672 |
| 490622 | 490622 | 284275 284275 | 25672 25672 |
| 490623 | 490623 | 284274 284274 | 25672 25672 |
| 490624 | 490624 | 532220 532220 | 25672 25672 |
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)
);