inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 49097
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 279851 | 279851 | 49097 49097 | 71490 71490 |
| 279895 | 279895 | 49097 49097 | 71488 71488 |
| 346664 | 346664 | 49097 49097 | 71487 71487 |
| 654216 | 654216 | 49097 49097 | 9371 9371 |
| 722875 | 722875 | 49097 49097 | 71489 71489 |
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)
);