inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 41918
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 530665 | 530665 | 128670 128670 | 41918 41918 |
| 530666 | 530666 | 21782 21782 | 41918 41918 |
| 530667 | 530667 | 203235 203235 | 41918 41918 |
| 530668 | 530668 | 34203 34203 | 41918 41918 |
| 530669 | 530669 | 515185 515185 | 41918 41918 |
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)
);