inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 27434
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 595746 | 595746 | 69233 69233 | 27434 27434 |
| 595747 | 595747 | 306164 306164 | 27434 27434 |
| 595748 | 595748 | 13912 13912 | 27434 27434 |
| 595749 | 595749 | 256670 256670 | 27434 27434 |
| 595750 | 595750 | 37952 37952 | 27434 27434 |
| 595751 | 595751 | 165354 165354 | 27434 27434 |
| 595752 | 595752 | 500455 500455 | 27434 27434 |
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)
);