inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 7326
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 793017 | 793017 | 14115 14115 | 7326 7326 |
| 793018 | 793018 | 2932 2932 | 7326 7326 |
| 793019 | 793019 | 292223 292223 | 7326 7326 |
| 793020 | 793020 | 37080 37080 | 7326 7326 |
| 793021 | 793021 | 239560 239560 | 7326 7326 |
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)
);