inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 50906
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 255733 | 255733 | 50906 50906 | 74053 74053 |
| 342610 | 342610 | 50906 50906 | 38749 38749 |
| 407593 | 407593 | 50906 50906 | 74054 74054 |
| 455153 | 455153 | 50906 50906 | 38748 38748 |
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)
);