inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 61656
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 280745 | 280745 | 61656 61656 | 90370 90370 |
| 340567 | 340567 | 61656 61656 | 16492 16492 |
| 343525 | 343525 | 61656 61656 | 90372 90372 |
| 981471 | 981471 | 61656 61656 | 90371 90371 |
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)
);