inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 404854
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 762969 | 762969 | 531568 531568 | 404854 404854 |
| 762970 | 762970 | 372907 372907 | 404854 404854 |
| 762971 | 762971 | 462671 462671 | 404854 404854 |
| 762972 | 762972 | 483102 483102 | 404854 404854 |
| 762973 | 762973 | 420350 420350 | 404854 404854 |
| 762974 | 762974 | 497542 497542 | 404854 404854 |
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)
);