inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 191
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 3494 | 3494 | 191 191 | 511 511 |
| 3499 | 3499 | 191 191 | 509 509 |
| 320095 | 320095 | 191 191 | 508 508 |
| 398936 | 398936 | 191 191 | 512 512 |
| 398939 | 398939 | 191 191 | 510 510 |
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)
);