inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 99927
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 123448 | 123448 | 67927 67927 | 99927 99927 |
| 123449 | 123449 | 166808 166808 | 99927 99927 |
| 123450 | 123450 | 103070 103070 | 99927 99927 |
| 123451 | 123451 | 229805 229805 | 99927 99927 |
| 123452 | 123452 | 502240 502240 | 99927 99927 |
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)
);