inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 16989
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 431640 | 431640 | 219863 219863 | 16989 16989 |
| 431641 | 431641 | 47987 47987 | 16989 16989 |
| 431642 | 431642 | 8181 8181 | 16989 16989 |
| 431643 | 431643 | 321809 321809 | 16989 16989 |
| 431644 | 431644 | 201584 201584 | 16989 16989 |
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)
);