inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 11316
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 455321 | 455321 | 4717 4717 | 11316 11316 |
| 455322 | 455322 | 346391 346391 | 11316 11316 |
| 455323 | 455323 | 201420 201420 | 11316 11316 |
| 455324 | 455324 | 485769 485769 | 11316 11316 |
| 455325 | 455325 | 525400 525400 | 11316 11316 |
| 455326 | 455326 | 73824 73824 | 11316 11316 |
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)
);