inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 404784
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 42315 | 42315 | 482931 482931 | 404784 404784 |
| 42316 | 42316 | 462222 462222 | 404784 404784 |
| 42317 | 42317 | 419585 419585 | 404784 404784 |
| 42318 | 42318 | 372324 372324 | 404784 404784 |
| 42319 | 42319 | 419584 419584 | 404784 404784 |
| 42320 | 42320 | 509432 509432 | 404784 404784 |
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)
);