inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 97608
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 694279 | 694279 | 487431 487431 | 97608 97608 |
| 694280 | 694280 | 76067 76067 | 97608 97608 |
| 694281 | 694281 | 66440 66440 | 97608 97608 |
| 694282 | 694282 | 320154 320154 | 97608 97608 |
| 694283 | 694283 | 526444 526444 | 97608 97608 |
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)
);