inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 17322
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 731655 | 731655 | 8357 8357 | 17322 17322 |
| 731656 | 731656 | 251825 251825 | 17322 17322 |
| 731657 | 731657 | 281505 281505 | 17322 17322 |
| 731658 | 731658 | 490727 490727 | 17322 17322 |
| 731659 | 731659 | 46440 46440 | 17322 17322 |
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)
);