inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 66592
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 244544 | 244544 | 66592 66592 | 97899 97899 |
| 262237 | 262237 | 66592 66592 | 18857 18857 |
| 559169 | 559169 | 66592 66592 | 18856 18856 |
| 880337 | 880337 | 66592 66592 | 97898 97898 |
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)
);