inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where inventory_id = 51417
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 167417 | 167417 | 51417 51417 | 60461 60461 |
| 861178 | 861178 | 51417 51417 | 74803 74803 |
| 861180 | 861180 | 51417 51417 | 74802 74802 |
| 861190 | 861190 | 51417 51417 | 74804 74804 |
| 884811 | 884811 | 51417 51417 | 74805 74805 |
| 953337 | 953337 | 51417 51417 | 74806 74806 |
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)
);