inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 26366
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 761117 | 761117 | 13318 13318 | 26366 26366 |
| 761118 | 761118 | 36080 36080 | 26366 26366 |
| 761119 | 761119 | 532342 532342 | 26366 26366 |
| 761120 | 761120 | 50354 50354 | 26366 26366 |
| 761121 | 761121 | 254181 254181 | 26366 26366 |
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)
);