inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 47429
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 22021 | 22021 | 47429 47429 | 24742 24742 |
| 465506 | 465506 | 47429 47429 | 24741 24741 |
| 767760 | 767760 | 47429 47429 | 68885 68885 |
| 1018050 | 1018050 | 47429 47429 | 68886 68886 |
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)
);