inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where inventory_id = 1432
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 155129 | 155129 | 1432 1432 | 3600 3600 |
| 828512 | 828512 | 1432 1432 | 3603 3603 |
| 828769 | 828769 | 1432 1432 | 3602 3602 |
| 999154 | 999154 | 1432 1432 | 3604 3604 |
| 1000478 | 1000478 | 1432 1432 | 3601 3601 |
| 1000624 | 1000624 | 1432 1432 | 3605 3605 |
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)
);