inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 20603
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 28532 | 28532 | 30026 30026 | 20603 20603 |
| 28533 | 28533 | 277583 277583 | 20603 20603 |
| 28534 | 28534 | 249621 249621 | 20603 20603 |
| 28535 | 28535 | 10187 10187 | 20603 20603 |
| 28536 | 28536 | 531421 531421 | 20603 20603 |
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)
);