inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 33574
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 868600 | 868600 | 506299 506299 | 33574 33574 |
| 868601 | 868601 | 17391 17391 | 33574 33574 |
| 868602 | 868602 | 535883 535883 | 33574 33574 |
| 868603 | 868603 | 272168 272168 | 33574 33574 |
| 868604 | 868604 | 246725 246725 | 33574 33574 |
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)
);