inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 54184
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 152550 | 152550 | 344365 344365 | 54184 54184 |
| 152551 | 152551 | 28558 28558 | 54184 54184 |
| 152552 | 152552 | 57505 57505 | 54184 54184 |
| 152553 | 152553 | 489212 489212 | 54184 54184 |
| 152554 | 152554 | 243010 243010 | 54184 54184 |
| 152555 | 152555 | 228407 228407 | 54184 54184 |
| 152556 | 152556 | 78040 78040 | 54184 54184 |
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)
);