inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 113423
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 439948 | 439948 | 156777 156777 | 113423 113423 |
| 439949 | 439949 | 528244 528244 | 113423 113423 |
| 439950 | 439950 | 307881 307881 | 113423 113423 |
| 439951 | 439951 | 80533 80533 | 113423 113423 |
| 439952 | 439952 | 219741 219741 | 113423 113423 |
| 439953 | 439953 | 490486 490486 | 113423 113423 |
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)
);