inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 64754
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 741679 | 741679 | 264251 264251 | 64754 64754 |
| 741680 | 741680 | 488775 488775 | 64754 64754 |
| 741681 | 741681 | 44820 44820 | 64754 64754 |
| 741682 | 741682 | 527240 527240 | 64754 64754 |
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)
);