inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 52668
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 642723 | 642723 | 52668 52668 | 12170 12170 |
| 663341 | 663341 | 52668 52668 | 76909 76909 |
| 663343 | 663343 | 52668 52668 | 12171 12171 |
| 663349 | 663349 | 52668 52668 | 76910 76910 |
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)
);