inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 16870
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 945463 | 945463 | 8113 8113 | 16870 16870 |
| 945464 | 945464 | 40718 40718 | 16870 16870 |
| 945465 | 945465 | 48147 48147 | 16870 16870 |
| 945466 | 945466 | 250890 250890 | 16870 16870 |
| 945467 | 945467 | 279812 279812 | 16870 16870 |
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)
);