inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 21603
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 300714 | 300714 | 205635 205635 | 21603 21603 |
| 300715 | 300715 | 68970 68970 | 21603 21603 |
| 300716 | 300716 | 495375 495375 | 21603 21603 |
| 300717 | 300717 | 10715 10715 | 21603 21603 |
| 300718 | 300718 | 272446 272446 | 21603 21603 |
| 300719 | 300719 | 330094 330094 | 21603 21603 |
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)
);