inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 62384
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 989799 | 989799 | 42189 42189 | 62384 62384 |
| 989800 | 989800 | 244361 244361 | 62384 62384 |
| 989801 | 989801 | 504158 504158 | 62384 62384 |
| 989802 | 989802 | 268772 268772 | 62384 62384 |
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)
);