inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 68733
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 391360 | 391360 | 68733 68733 | 23303 23303 |
| 735056 | 735056 | 68733 68733 | 101121 101121 |
| 771634 | 771634 | 68733 68733 | 101123 101123 |
| 853288 | 853288 | 68733 68733 | 101122 101122 |
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)
);