inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where inventory_id = 65072
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 494078 | 494078 | 65072 65072 | 10322 10322 |
| 701379 | 701379 | 65072 65072 | 10323 10323 |
| 892852 | 892852 | 65072 65072 | 95486 95486 |
| 892975 | 892975 | 65072 65072 | 95488 95488 |
| 893514 | 893514 | 65072 65072 | 95487 95487 |
| 893649 | 893649 | 65072 65072 | 95489 95489 |
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)
);