inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 403738
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 711056 | 711056 | 480658 480658 | 403738 403738 |
| 711057 | 711057 | 358672 358672 | 403738 403738 |
| 711058 | 711058 | 452076 452076 | 403738 403738 |
| 711059 | 711059 | 502407 502407 | 403738 403738 |
| 711060 | 711060 | 403085 403085 | 403738 403738 |
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)
);