inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 43002
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 358396 | 358396 | 539684 539684 | 43002 43002 |
| 358397 | 358397 | 255255 255255 | 43002 43002 |
| 358398 | 358398 | 22350 22350 | 43002 43002 |
| 358399 | 358399 | 32412 32412 | 43002 43002 |
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)
);