inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 30717
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 706641 | 706641 | 58277 58277 | 30717 30717 |
| 706642 | 706642 | 534702 534702 | 30717 30717 |
| 706643 | 706643 | 267780 267780 | 30717 30717 |
| 706644 | 706644 | 15822 15822 | 30717 30717 |
| 706645 | 706645 | 243826 243826 | 30717 30717 |
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)
);