inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where inventory_id = 68166
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 511427 | 511427 | 68166 68166 | 7848 7848 |
| 850520 | 850520 | 68166 68166 | 100298 100298 |
| 859267 | 859267 | 68166 68166 | 100294 100294 |
| 1020973 | 1020973 | 68166 68166 | 100297 100297 |
| 1021494 | 1021494 | 68166 68166 | 100296 100296 |
| 1021580 | 1021580 | 68166 68166 | 100295 100295 |
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)
);