inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 11326
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 766579 | 766579 | 282602 282602 | 11326 11326 |
| 766580 | 766580 | 485791 485791 | 11326 11326 |
| 766581 | 766581 | 44969 44969 | 11326 11326 |
| 766582 | 766582 | 252376 252376 | 11326 11326 |
| 766583 | 766583 | 4725 4725 | 11326 11326 |
| 766584 | 766584 | 525413 525413 | 11326 11326 |
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)
);