inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 18733
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 942513 | 942513 | 56159 56159 | 18733 18733 |
| 942514 | 942514 | 40629 40629 | 18733 18733 |
| 942515 | 942515 | 254451 254451 | 18733 18733 |
| 942516 | 942516 | 492330 492330 | 18733 18733 |
| 942517 | 942517 | 9148 9148 | 18733 18733 |
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)
);