inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where inventory_id = 68194
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 11157 | 11157 | 68194 68194 | 100341 100341 |
| 14647 | 14647 | 68194 68194 | 100339 100339 |
| 15938 | 15938 | 68194 68194 | 100340 100340 |
| 409889 | 409889 | 68194 68194 | 100342 100342 |
| 595758 | 595758 | 68194 68194 | 100338 100338 |
| 953457 | 953457 | 68194 68194 | 84467 84467 |
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)
);